Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dcfq-iosched.c373 struct work_struct unplug_work; member
929 kblockd_schedule_work(&cfqd->unplug_work); in cfq_schedule_dispatch()
4471 container_of(work, struct cfq_data, unplug_work); in cfq_kick_queue()
4540 cancel_work_sync(&cfqd->unplug_work); in cfq_shutdown_timer_wq()
4639 INIT_WORK(&cfqd->unplug_work, cfq_kick_queue); in cfq_init_queue()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_main.c1960 &device->unplug_work); in drbd_queue_unplug()
2010 INIT_LIST_HEAD(&device->unplug_work.list); in drbd_init_set_defaults()
2018 device->unplug_work.cb = w_send_write_hint; in drbd_init_set_defaults()
2082 D_ASSERT(device, list_empty(&device->unplug_work.list)); in drbd_device_cleanup()
Ddrbd_int.h856 struct drbd_work unplug_work; member
Ddrbd_worker.c1407 container_of(w, struct drbd_device, unplug_work); in w_send_write_hint()
/Linux-v4.19/fs/btrfs/
Draid56.c1717 static void unplug_work(struct btrfs_work *work) in unplug_work() function
1731 unplug_work, NULL, NULL); in btrfs_raid_unplug()