Searched refs:work (Results 1 – 7 of 7) sorted by relevance
/block/ |
D | blk-iopoll.c | 90 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()
|
D | blk-ioc.c | 89 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()
|
D | blk-throttle.c | 186 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()
|
D | blk-core.c | 196 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()
|
D | genhd.c | 1618 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()
|
D | cfq-iosched.c | 4236 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/ |
D | Kconfig | 194 helpful if the driver doesn't work as expected and you'd like to
|