Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c981 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
987 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1351 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1352 batch_list); in ops_run_io()
1970 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1972 batch_list); in ops_run_biodrain()
2099 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2100 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2122 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2123 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.c1407 LIST_HEAD(batch_list); in nfqnl_recv_verdict_batch()
1427 list_add_tail(&entry->list, &batch_list); in nfqnl_recv_verdict_batch()
1432 if (list_empty(&batch_list)) in nfqnl_recv_verdict_batch()
1435 list_for_each_entry_safe(entry, tmp, &batch_list, list) { in nfqnl_recv_verdict_batch()
/linux/fs/btrfs/
H A Ddelayed-inode.c849 LIST_HEAD(batch_list); in btrfs_batch_delete_items()
868 list_add_tail(&curr->tree_list, &batch_list); in btrfs_batch_delete_items()
890 list_add_tail(&curr->tree_list, &batch_list); in btrfs_batch_delete_items()
910 list_for_each_entry_safe(curr, next, &batch_list, tree_list) { in btrfs_batch_delete_items()