Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/
H A Dosdep_service.c56 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
94 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
102 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
130 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
137 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
160 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
162 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/
H A Dosdep_service.c56 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
94 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
102 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
130 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
137 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
160 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
162 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/
H A Dosdep_service.c378 ATOMIC_T alloc_err_cnt; // the error times we fail to allocate memory member
419 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
427 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
457 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
464 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
487 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
489 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/
H A Dosdep_service.c378 ATOMIC_T alloc_err_cnt; // the error times we fail to allocate memory member
419 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
427 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
457 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
464 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
487 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
489 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/
H A Dosdep_service.c434 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
475 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
483 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
511 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
518 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
541 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
543 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/
H A Dosdep_service.c414 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
455 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
463 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
491 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
498 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
521 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
523 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/
H A Dosdep_service.c414 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
455 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
463 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
491 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
498 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
521 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
523 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/
H A Dosdep_service.c414 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
455 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
463 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
491 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
498 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
521 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
523 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/
H A Dosdep_service.c414 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
455 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
463 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
491 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
498 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
521 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
523 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/
H A Dosdep_service.c413 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
451 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
459 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
487 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
494 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
517 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
519 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/
H A Dosdep_service.c413 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
451 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
459 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
487 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
494 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
517 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
519 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/
H A Dosdep_service.c413 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
451 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
459 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
487 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
494 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
517 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
519 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/
H A Dosdep_service.c414 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
452 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
460 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
488 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
495 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
518 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
520 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/
H A Dosdep_service.c577 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
615 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
623 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
651 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
658 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
681 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
683 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/
H A Dosdep_service.c414 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
452 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
460 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
488 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
495 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
518 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
520 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/
H A Dosdep_service.c413 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
451 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
459 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
487 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
494 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
517 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
519 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/
H A Dosdep_service.c413 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
451 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
459 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
487 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
494 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
517 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
519 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/
H A Dosdep_service.c609 ATOMIC_T alloc_err_cnt; /* the error times we fail to allocate memory */ member
647 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
655 value_f[3][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].alloc_err_cnt)); in rtw_mstat_dump()
683 ATOMIC_SET(&(rtw_mem_type_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
690 ATOMIC_SET(&(rtw_mem_func_stat[i].alloc_err_cnt), 0); in rtw_mstat_update()
713 ATOMIC_INC(&(rtw_mem_type_stat[mstat_tf_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()
715 ATOMIC_INC(&(rtw_mem_func_stat[mstat_ff_idx(flags)].alloc_err_cnt)); in rtw_mstat_update()