Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dcfq-iosched.c366 struct work_struct unplug_work; member
912 kblockd_schedule_work(&cfqd->unplug_work); in cfq_schedule_dispatch()
4404 container_of(work, struct cfq_data, unplug_work); in cfq_kick_queue()
4471 cancel_work_sync(&cfqd->unplug_work); in cfq_shutdown_timer_wq()
4570 INIT_WORK(&cfqd->unplug_work, cfq_kick_queue); in cfq_init_queue()
/linux-4.4.14/fs/btrfs/
Draid56.c1722 static void unplug_work(struct btrfs_work *work) in unplug_work() function
1736 unplug_work, NULL, NULL); in btrfs_raid_unplug()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_main.c1936 INIT_LIST_HEAD(&device->unplug_work.list); in drbd_init_set_defaults()
1944 device->unplug_work.cb = w_send_write_hint; in drbd_init_set_defaults()
2016 D_ASSERT(device, list_empty(&device->unplug_work.list)); in drbd_device_cleanup()
Ddrbd_int.h852 struct drbd_work unplug_work; member
Ddrbd_worker.c1301 container_of(w, struct drbd_device, unplug_work); in w_send_write_hint()