Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.h225 struct list_head batch_list; /* protected by head's batch lock*/ member
Draid5.c824 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
832 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1096 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1097 batch_list); in ops_run_io()
1641 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1643 batch_list); in ops_run_biodrain()
1757 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
1758 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
1778 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
1779 batch_list); in ops_run_reconstruct5()
[all …]
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c938 LIST_HEAD(batch_list); in nfqnl_recv_verdict_batch()
962 list_add_tail(&entry->list, &batch_list); in nfqnl_recv_verdict_batch()
967 if (list_empty(&batch_list)) in nfqnl_recv_verdict_batch()
970 list_for_each_entry_safe(entry, tmp, &batch_list, list) { in nfqnl_recv_verdict_batch()