Searched refs:work (Results 1 – 11 of 11) sorted by relevance
/block/ |
D | blk-crypto-fallback.c | 50 struct work_struct work; member 377 static void blk_crypto_fallback_decrypt_bio(struct work_struct *work) in blk_crypto_fallback_decrypt_bio() argument 380 container_of(work, struct bio_fallback_crypt_ctx, work); in blk_crypto_fallback_decrypt_bio() 466 INIT_WORK(&f_ctx->work, blk_crypto_fallback_decrypt_bio); in blk_crypto_fallback_decrypt_endio() 468 queue_work(blk_crypto_wq, &f_ctx->work); in blk_crypto_fallback_decrypt_endio()
|
D | blk-ioc.c | 95 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()
|
D | disk-events.c | 323 static void disk_events_workfn(struct work_struct *work) in disk_events_workfn() argument 325 struct delayed_work *dwork = to_delayed_work(work); in disk_events_workfn()
|
D | bio-integrity.c | 316 static void bio_integrity_verify_fn(struct work_struct *work) in bio_integrity_verify_fn() argument 319 container_of(work, struct bio_integrity_payload, bip_work); in bio_integrity_verify_fn()
|
D | bio.c | 348 static void bio_alloc_rescue(struct work_struct *work) in bio_alloc_rescue() argument 350 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() 1366 static void bio_dirty_fn(struct work_struct *work); 1375 static void bio_dirty_fn(struct work_struct *work) in bio_dirty_fn() argument
|
D | blk-mq.c | 774 static void blk_mq_requeue_work(struct work_struct *work) in blk_mq_requeue_work() argument 776 struct request_queue *q = &container_of(work, in blk_mq_requeue_work() 777 struct internal_request_queue, requeue_work.work)->q; in blk_mq_requeue_work() 952 static void blk_mq_timeout_work(struct work_struct *work) in blk_mq_timeout_work() argument 955 container_of(work, struct request_queue, timeout_work); in blk_mq_timeout_work() 1831 static void blk_mq_run_work_fn(struct work_struct *work) in blk_mq_run_work_fn() argument 1835 hctx = container_of(work, struct blk_mq_hw_ctx, run_work.work); in blk_mq_run_work_fn()
|
D | blk-core.c | 530 static void blk_timeout_work(struct work_struct *work) in blk_timeout_work() argument 1633 int kblockd_schedule_work(struct work_struct *work) in kblockd_schedule_work() argument 1635 return queue_work(kblockd_workqueue, work); in kblockd_schedule_work()
|
D | blk-iolatency.c | 737 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()
|
D | blk-cgroup.c | 117 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()
|
D | blk-throttle.c | 1344 static void blk_throtl_dispatch_work_fn(struct work_struct *work) in blk_throtl_dispatch_work_fn() argument 1346 struct throtl_data *td = container_of(work, struct throtl_data, in blk_throtl_dispatch_work_fn()
|
/block/partitions/ |
D | Kconfig | 206 helpful if the driver doesn't work as expected and you'd like to
|