Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c622 struct rtw_mem_stat rtw_mem_func_stat[mstat_ff_idx(MSTAT_FUNC_MAX)]; variable
660 value_f[0][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc)); in rtw_mstat_dump()
661 value_f[1][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].peak)); in rtw_mstat_dump()
662 value_f[2][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_cnt)); in rtw_mstat_dump()
663 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
695 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc), 0); in rtw_mstat_update()
696 ATOMIC_SET(&(rtw_mem_func_stat[i].peak), 0); in rtw_mstat_update()
697 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_cnt), 0); in rtw_mstat_update()
698 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
712 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_cnt)); in rtw_mstat_update()
[all …]