Searched refs:work (Results 1 – 12 of 12) sorted by relevance
/block/ |
D | blk-timeout.c | 129 void blk_timeout_work(struct work_struct *work) in blk_timeout_work() argument 132 container_of(work, struct request_queue, timeout_work); in blk_timeout_work()
|
D | blk-ioc.c | 97 static void ioc_release_fn(struct work_struct *work) in ioc_release_fn() argument 99 struct io_context *ioc = container_of(work, struct io_context, in ioc_release_fn()
|
D | bio-integrity.c | 354 static void bio_integrity_verify_fn(struct work_struct *work) in bio_integrity_verify_fn() argument 357 container_of(work, struct bio_integrity_payload, bip_work); in bio_integrity_verify_fn()
|
D | blk-mq.c | 679 static void blk_mq_requeue_work(struct work_struct *work) in blk_mq_requeue_work() argument 682 container_of(work, struct request_queue, requeue_work.work); in blk_mq_requeue_work() 830 static void blk_mq_timeout_work(struct work_struct *work) in blk_mq_timeout_work() argument 833 container_of(work, struct request_queue, timeout_work); in blk_mq_timeout_work() 1377 static void blk_mq_run_work_fn(struct work_struct *work) in blk_mq_run_work_fn() argument 1381 hctx = container_of(work, struct blk_mq_hw_ctx, run_work.work); in blk_mq_run_work_fn()
|
D | blk-core.c | 221 static void blk_delay_work(struct work_struct *work) in blk_delay_work() argument 225 q = container_of(work, struct request_queue, delay_work.work); in blk_delay_work() 3219 int kblockd_schedule_work(struct work_struct *work) in kblockd_schedule_work() argument 3221 return queue_work(kblockd_workqueue, work); in kblockd_schedule_work() 3225 int kblockd_schedule_work_on(int cpu, struct work_struct *work) in kblockd_schedule_work_on() argument 3227 return queue_work_on(cpu, kblockd_workqueue, work); in kblockd_schedule_work_on()
|
D | bio.c | 347 static void bio_alloc_rescue(struct work_struct *work) in bio_alloc_rescue() argument 349 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() 1755 static void bio_dirty_fn(struct work_struct *work); 1764 static void bio_dirty_fn(struct work_struct *work) in bio_dirty_fn() argument
|
D | blk.h | 101 void blk_timeout_work(struct work_struct *work);
|
D | blk-sysfs.c | 797 static void __blk_release_queue(struct work_struct *work) in __blk_release_queue() argument 799 struct request_queue *q = container_of(work, typeof(*q), release_work); in __blk_release_queue()
|
D | genhd.c | 1734 static void disk_events_workfn(struct work_struct *work) in disk_events_workfn() argument 1736 struct delayed_work *dwork = to_delayed_work(work); in disk_events_workfn()
|
D | blk-throttle.c | 1320 static void blk_throtl_dispatch_work_fn(struct work_struct *work) in blk_throtl_dispatch_work_fn() argument 1322 struct throtl_data *td = container_of(work, struct throtl_data, in blk_throtl_dispatch_work_fn()
|
D | cfq-iosched.c | 4536 static void cfq_kick_queue(struct work_struct *work) in cfq_kick_queue() argument 4539 container_of(work, struct cfq_data, unplug_work); in cfq_kick_queue()
|
/block/partitions/ |
D | Kconfig | 206 helpful if the driver doesn't work as expected and you'd like to
|