Searched refs:kthrotld_workqueue (Results 1 – 1 of 1) sorted by relevance
27 static struct workqueue_struct *kthrotld_workqueue; variable1184 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()1842 kthrotld_workqueue = alloc_workqueue("kthrotld", WQ_MEM_RECLAIM | WQ_PERCPU, 0); in throtl_init()1843 if (!kthrotld_workqueue) in throtl_init()