Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c43 static struct workqueue_struct *kthrotld_workqueue; variable
1324 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()
1974 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_upgrade_state()
2518 kthrotld_workqueue = alloc_workqueue("kthrotld", WQ_MEM_RECLAIM, 0); in throtl_init()
2519 if (!kthrotld_workqueue) in throtl_init()