Home
last modified time | relevance | path

Searched refs:work (Results 1 – 12 of 12) sorted by relevance

/block/
Dblk-crypto-fallback.c50 struct work_struct work; member
375 static void blk_crypto_fallback_decrypt_bio(struct work_struct *work) in blk_crypto_fallback_decrypt_bio() argument
378 container_of(work, struct bio_fallback_crypt_ctx, work); in blk_crypto_fallback_decrypt_bio()
463 INIT_WORK(&f_ctx->work, blk_crypto_fallback_decrypt_bio); in blk_crypto_fallback_decrypt_endio()
465 queue_work(blk_crypto_wq, &f_ctx->work); in blk_crypto_fallback_decrypt_endio()
Dblk-ioc.c95 static void ioc_release_fn(struct work_struct *work) in ioc_release_fn() argument
97 struct io_context *ioc = container_of(work, struct io_context, in ioc_release_fn()
Dbio-integrity.c327 static void bio_integrity_verify_fn(struct work_struct *work) in bio_integrity_verify_fn() argument
330 container_of(work, struct bio_integrity_payload, bip_work); in bio_integrity_verify_fn()
Dbio.c350 static void bio_alloc_rescue(struct work_struct *work) in bio_alloc_rescue() argument
352 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
1346 static void bio_dirty_fn(struct work_struct *work);
1355 static void bio_dirty_fn(struct work_struct *work) in bio_dirty_fn() argument
Dblk-mq.c801 static void blk_mq_requeue_work(struct work_struct *work) in blk_mq_requeue_work() argument
804 container_of(work, struct request_queue, requeue_work.work); in blk_mq_requeue_work()
979 static void blk_mq_timeout_work(struct work_struct *work) in blk_mq_timeout_work() argument
982 container_of(work, struct request_queue, timeout_work); in blk_mq_timeout_work()
1885 static void blk_mq_run_work_fn(struct work_struct *work) in blk_mq_run_work_fn() argument
1889 hctx = container_of(work, struct blk_mq_hw_ctx, run_work.work); in blk_mq_run_work_fn()
Dblk-core.c520 static void blk_timeout_work(struct work_struct *work) in blk_timeout_work() argument
1668 int kblockd_schedule_work(struct work_struct *work) in kblockd_schedule_work() argument
1670 return queue_work(kblockd_workqueue, work); in kblockd_schedule_work()
Dblk-iolatency.c737 static void blkiolatency_enable_work_fn(struct work_struct *work) in blkiolatency_enable_work_fn() argument
739 struct blk_iolatency *blkiolat = container_of(work, struct blk_iolatency, in blkiolatency_enable_work_fn()
Dblk-cgroup.c117 static void blkg_async_bio_workfn(struct work_struct *work) in blkg_async_bio_workfn() argument
119 struct blkcg_gq *blkg = container_of(work, struct blkcg_gq, in blkg_async_bio_workfn()
Dgenhd.c2123 static void disk_events_workfn(struct work_struct *work) in disk_events_workfn() argument
2125 struct delayed_work *dwork = to_delayed_work(work); in disk_events_workfn()
Dblk-throttle.c1338 static void blk_throtl_dispatch_work_fn(struct work_struct *work) in blk_throtl_dispatch_work_fn() argument
1340 struct throtl_data *td = container_of(work, struct throtl_data, in blk_throtl_dispatch_work_fn()
/block/partitions/
Dcore.c283 static void hd_struct_free_work(struct work_struct *work) in hd_struct_free_work() argument
286 container_of(to_rcu_work(work), struct hd_struct, rcu_work); in hd_struct_free_work()
DKconfig206 helpful if the driver doesn't work as expected and you'd like to