Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dcfq-iosched.c354 struct work_struct unplug_work; member
911 kblockd_schedule_work(&cfqd->unplug_work); in cfq_schedule_dispatch()
4269 container_of(work, struct cfq_data, unplug_work); in cfq_kick_queue()
4336 cancel_work_sync(&cfqd->unplug_work); in cfq_shutdown_timer_wq()
4452 INIT_WORK(&cfqd->unplug_work, cfq_kick_queue); in cfq_init_queue()
/linux-4.1.27/fs/btrfs/
Draid56.c1714 static void unplug_work(struct btrfs_work *work) in unplug_work() function
1728 unplug_work, NULL, NULL); in btrfs_raid_unplug()
/linux-4.1.27/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.h851 struct drbd_work unplug_work; member
Ddrbd_worker.c1323 container_of(w, struct drbd_device, unplug_work); in w_send_write_hint()