Searched refs:work_items (Results 1 – 2 of 2) sorted by relevance
324 struct list_head work_items; member349 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()
93 struct list_head work_items; member104 struct list_head work_items; in __commit() local110 INIT_LIST_HEAD(&work_items); in __commit()118 list_splice_init(&b->work_items, &work_items); in __commit()126 list_for_each_entry_safe(ws, tmp, &work_items, entry) { in __commit()156 INIT_LIST_HEAD(&b->work_items); in batcher_init()173 list_add_tail(&k->ws.entry, &b->work_items); in continue_after_commit()204 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()