Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.c976 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
982 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1369 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1370 batch_list); in ops_run_io()
1988 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1990 batch_list); in ops_run_biodrain()
2117 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2118 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2140 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2141 batch_list); in ops_run_reconstruct5()
[all …]
H A Draid5.h228 struct list_head batch_list; /* protected by head's batch lock*/ member
/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c1144 LIST_HEAD(batch_list); in nfqnl_recv_verdict_batch()
1164 list_add_tail(&entry->list, &batch_list); in nfqnl_recv_verdict_batch()
1169 if (list_empty(&batch_list)) in nfqnl_recv_verdict_batch()
1172 list_for_each_entry_safe(entry, tmp, &batch_list, list) { in nfqnl_recv_verdict_batch()
/openbmc/linux/fs/btrfs/
H A Ddelayed-inode.c842 LIST_HEAD(batch_list); in btrfs_batch_delete_items()
861 list_add_tail(&curr->tree_list, &batch_list); in btrfs_batch_delete_items()
883 list_add_tail(&curr->tree_list, &batch_list); in btrfs_batch_delete_items()
903 list_for_each_entry_safe(curr, next, &batch_list, tree_list) { in btrfs_batch_delete_items()