Lines Matching refs:list
10 #include <linux/list.h>
541 struct list_head list;
551 * the least significant bit of the list head to lock the corresponding bucket,
689 INIT_LIST_HEAD(&hd->list);
776 list_splice_tail(&hd->list, &batched_hydrations);
782 list_for_each_entry_safe(hd, tmp, &batched_hydrations, list) {
868 * the list of deferred bios for this region. In case, by the time this
988 list_add_tail(&hd->list, &batch->head->list);
1011 BUG_ON(!list_empty(&hd->list));