Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_timer.c72 tsk_ctl_t thr_timer_ctl; member
375 if (timer_params->thr_timer_ctl.thr_pid >= 0) { in wl_timer_kick_handler()
376 up(&timer_params->thr_timer_ctl.sema); in wl_timer_kick_handler()
414 PROC_START(wl_timer_handler, timer_params, &timer_params->thr_timer_ctl, 0, "timerd"); in wl_timer_create_handler()
415 if (timer_params->thr_timer_ctl.thr_pid < 0) { in wl_timer_create_handler()
433 if (timer_params->thr_timer_ctl.thr_pid >= 0) { in wl_timer_destroy_handler()
434 PROC_STOP(&timer_params->thr_timer_ctl); in wl_timer_destroy_handler()