Lines Matching defs:list
10 #include <linux/list.h>
547 struct list_head list;
557 * the least significant bit of the list head to lock the corresponding bucket,
695 INIT_LIST_HEAD(&hd->list);
782 list_splice_tail(&hd->list, &batched_hydrations);
788 list_for_each_entry_safe(hd, tmp, &batched_hydrations, list) {
874 * the list of deferred bios for this region. In case, by the time this
994 list_add_tail(&hd->list, &batch->head->list);
1017 BUG_ON(!list_empty(&hd->list));