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

/linux-master/drivers/md/
H A Ddm-bio-prison-v1.c324 struct list_head work_items; member in struct:dm_deferred_entry
349 INIT_LIST_HEAD(&ds->entries[i].work_items);
385 list_splice_init(&ds->entries[ds->sweeper].work_items, head);
390 list_splice_init(&ds->entries[ds->sweeper].work_items, head);
418 list_add(work, &ds->entries[ds->current_entry].work_items);
H A Ddm-cache-target.c92 struct list_head work_items; member in struct:batcher
103 struct list_head work_items; local
109 INIT_LIST_HEAD(&work_items);
117 list_splice_init(&b->work_items, &work_items);
125 list_for_each_entry_safe(ws, tmp, &work_items, entry) {
155 INIT_LIST_HEAD(&b->work_items);
172 list_add_tail(&k->ws.entry, &b->work_items);
203 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios);

Completed in 124 milliseconds