Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c978 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
984 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1358 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1359 batch_list); in ops_run_io()
1977 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1979 batch_list); in ops_run_biodrain()
2106 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2107 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2129 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2130 batch_list); in ops_run_reconstruct5()
[all …]
H A Draid5.h228 struct list_head batch_list; /* protected by head's batch lock*/ member
/linux/net/netfilter/
H A Dnfnetlink_queue.c1304 LIST_HEAD(batch_list); in nfqnl_recv_verdict_batch()
1324 list_add_tail(&entry->list, &batch_list); in nfqnl_recv_verdict_batch()
1329 if (list_empty(&batch_list)) in nfqnl_recv_verdict_batch()
1332 list_for_each_entry_safe(entry, tmp, &batch_list, list) { in nfqnl_recv_verdict_batch()
/linux/fs/btrfs/
H A Ddelayed-inode.c852 LIST_HEAD(batch_list); in btrfs_batch_delete_items()
871 list_add_tail(&curr->tree_list, &batch_list); in btrfs_batch_delete_items()
893 list_add_tail(&curr->tree_list, &batch_list); in btrfs_batch_delete_items()
913 list_for_each_entry_safe(curr, next, &batch_list, tree_list) { in btrfs_batch_delete_items()