Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-cache-target.c93 struct list_head work_items; member
104 struct list_head work_items; in __commit() local
110 INIT_LIST_HEAD(&work_items); in __commit()
118 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()