Searched refs:tasklet (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_exec.h | 128 struct tasklet_struct tasklet; member
|
H A D | hif_exec.c | 522 tasklet_schedule(&t_ctx->tasklet); in hif_exec_tasklet_schedule() 807 tasklet_disable(&t_ctx->tasklet); in hif_exec_tasklet_kill() 808 tasklet_kill(&t_ctx->tasklet); in hif_exec_tasklet_kill() 833 tasklet_init(&ctx->tasklet, hif_exec_tasklet_fn, in hif_exec_tasklet_create()
|
H A D | hif_main.c | 1427 int tasklet = 0, grp_tasklet = 0, work = 0, oom_work = 0; in hif_try_complete_tasks() local 1429 while ((tasklet = hif_get_num_active_tasklets(scn)) || in hif_try_complete_tasks() 1435 tasklet, grp_tasklet, work, oom_work); in hif_try_complete_tasks() 1445 oom_work, tasklet, grp_tasklet, work); in hif_try_complete_tasks() 1449 tasklet, grp_tasklet, work, in hif_try_complete_tasks() 1454 tasklet, grp_tasklet, work, oom_work); in hif_try_complete_tasks()
|