Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c25806 tsk_ctl_t *thr_buzzz_ctl = NULL; in dhd_os_create_buzzz_thread() local
25808 thr_buzzz_ctl = kmalloc(sizeof(tsk_ctl_t), GFP_KERNEL); in dhd_os_create_buzzz_thread()
25809 if (!thr_buzzz_ctl) { in dhd_os_create_buzzz_thread()
25813 PROC_START(dhd_buzzz_thread, NULL, thr_buzzz_ctl, 0, "dhd_buzzz"); in dhd_os_create_buzzz_thread()
25815 return (void *)thr_buzzz_ctl; in dhd_os_create_buzzz_thread()
25820 tsk_ctl_t *thr_buzzz_ctl = (tsk_ctl_t *)thr_hdl; in dhd_os_destroy_buzzz_thread() local
25822 if (!thr_buzzz_ctl) { in dhd_os_destroy_buzzz_thread()
25826 PROC_STOP(thr_buzzz_ctl); in dhd_os_destroy_buzzz_thread()
25827 kfree(thr_buzzz_ctl); in dhd_os_destroy_buzzz_thread()
25832 tsk_ctl_t *thr_buzzz_ctl = (tsk_ctl_t *)thr_hdl; in dhd_os_sched_buzzz_thread() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c25695 tsk_ctl_t *thr_buzzz_ctl = NULL; in dhd_os_create_buzzz_thread() local
25697 thr_buzzz_ctl = kmalloc(sizeof(tsk_ctl_t), GFP_KERNEL); in dhd_os_create_buzzz_thread()
25698 if (!thr_buzzz_ctl) { in dhd_os_create_buzzz_thread()
25702 PROC_START(dhd_buzzz_thread, NULL, thr_buzzz_ctl, 0, "dhd_buzzz"); in dhd_os_create_buzzz_thread()
25704 return (void *)thr_buzzz_ctl; in dhd_os_create_buzzz_thread()
25709 tsk_ctl_t *thr_buzzz_ctl = (tsk_ctl_t *)thr_hdl; in dhd_os_destroy_buzzz_thread() local
25711 if (!thr_buzzz_ctl) { in dhd_os_destroy_buzzz_thread()
25715 PROC_STOP(thr_buzzz_ctl); in dhd_os_destroy_buzzz_thread()
25716 kfree(thr_buzzz_ctl); in dhd_os_destroy_buzzz_thread()
25721 tsk_ctl_t *thr_buzzz_ctl = (tsk_ctl_t *)thr_hdl; in dhd_os_sched_buzzz_thread() local
[all …]