Home
last modified time | relevance | path

Searched refs:alloc_err_cnt (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c617 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
655 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
663 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
691 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
698 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
721 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
723 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()