Searched refs:dispatch_work (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/block/
H A Dblk-throttle.c168 struct work_struct dispatch_work; member in struct:throtl_data
1193 * the top-level service_tree is reached, throtl_data->dispatch_work is
1247 queue_work(kthrotld_workqueue, &td->dispatch_work); throtl_pending_timer_fn()
1254 * blk_throtl_dispatch_work_fn - work function for throtl_data->dispatch_work
1264 dispatch_work); blk_throtl_dispatch_work_fn()
1467 cancel_work_sync(&td->dispatch_work); throtl_shutdown_wq()
1669 INIT_WORK(&td->dispatch_work, blk_throtl_dispatch_work_fn); blk_throtl_init()

Completed in 70 milliseconds