Home
last modified time | relevance | path

Searched refs:work_items (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bio-prison-v1.c289 struct list_head work_items; member
314 INIT_LIST_HEAD(&ds->entries[i].work_items); in dm_deferred_set_create()
350 list_splice_init(&ds->entries[ds->sweeper].work_items, head); in __sweep()
355 list_splice_init(&ds->entries[ds->sweeper].work_items, head); in __sweep()
383 list_add(work, &ds->entries[ds->current_entry].work_items); in dm_deferred_set_add_work()
H A Ddm-cache-target.c161 struct list_head work_items; member
172 struct list_head work_items; in __commit() local
178 INIT_LIST_HEAD(&work_items); in __commit()
186 list_splice_init(&b->work_items, &work_items); in __commit()
194 list_for_each_entry_safe(ws, tmp, &work_items, entry) { in __commit()
224 INIT_LIST_HEAD(&b->work_items); in batcher_init()
241 list_add_tail(&k->ws.entry, &b->work_items); in continue_after_commit()
272 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bio-prison-v1.c324 struct list_head work_items; member
349 INIT_LIST_HEAD(&ds->entries[i].work_items); in dm_deferred_set_create()
385 list_splice_init(&ds->entries[ds->sweeper].work_items, head); in __sweep()
390 list_splice_init(&ds->entries[ds->sweeper].work_items, head); in __sweep()
418 list_add(work, &ds->entries[ds->current_entry].work_items); in dm_deferred_set_add_work()
H A Ddm-cache-target.c92 struct list_head work_items; member
103 struct list_head work_items; in __commit() local
109 INIT_LIST_HEAD(&work_items); in __commit()
117 list_splice_init(&b->work_items, &work_items); in __commit()
125 list_for_each_entry_safe(ws, tmp, &work_items, entry) { in __commit()
155 INIT_LIST_HEAD(&b->work_items); in batcher_init()
172 list_add_tail(&k->ws.entry, &b->work_items); in continue_after_commit()
203 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()

Completed in 11 milliseconds