Home
last modified time | relevance | path

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

/block/
Dblk-iopoll.c90 int work, weight; in blk_iopoll_softirq() local
110 work = 0; in blk_iopoll_softirq()
112 work = iop->poll(iop, weight); in blk_iopoll_softirq()
114 budget -= work; in blk_iopoll_softirq()
126 if (work >= weight) { in blk_iopoll_softirq()
Dblk-ioc.c89 static void ioc_release_fn(struct work_struct *work) in ioc_release_fn() argument
91 struct io_context *ioc = container_of(work, struct io_context, in ioc_release_fn()
Dblk-throttle.c186 static void tg_stats_alloc_fn(struct work_struct *work) in tg_stats_alloc_fn() argument
189 struct delayed_work *dwork = to_delayed_work(work); in tg_stats_alloc_fn()
914 void blk_throtl_work(struct work_struct *work) in blk_throtl_work() argument
916 struct throtl_data *td = container_of(work, struct throtl_data, in blk_throtl_work()
917 throtl_work.work); in blk_throtl_work()
Dblk-core.c196 static void blk_delay_work(struct work_struct *work) in blk_delay_work() argument
200 q = container_of(work, struct request_queue, delay_work.work); in blk_delay_work()
2834 int kblockd_schedule_work(struct request_queue *q, struct work_struct *work) in kblockd_schedule_work() argument
2836 return queue_work(kblockd_workqueue, work); in kblockd_schedule_work()
Dgenhd.c1618 static void disk_events_workfn(struct work_struct *work) in disk_events_workfn() argument
1620 struct delayed_work *dwork = to_delayed_work(work); in disk_events_workfn()
Dcfq-iosched.c4236 static void cfq_kick_queue(struct work_struct *work) in cfq_kick_queue() argument
4239 container_of(work, struct cfq_data, unplug_work); in cfq_kick_queue()
/block/partitions/
DKconfig194 helpful if the driver doesn't work as expected and you'd like to