Searched refs:batch_list (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | raid5.c | 826 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list() 834 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list() 1100 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io() 1101 batch_list); in ops_run_io() 1643 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain() 1645 batch_list); in ops_run_biodrain() 1759 list_first_entry(&sh->batch_list, in ops_run_reconstruct5() 1760 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5() 1780 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5() 1781 batch_list); in ops_run_reconstruct5() [all …]
|
D | raid5.h | 225 struct list_head batch_list; /* protected by head's batch lock*/ member
|
/linux-4.4.14/net/netfilter/ |
D | nfnetlink_queue.c | 970 LIST_HEAD(batch_list); in nfqnl_recv_verdict_batch() 994 list_add_tail(&entry->list, &batch_list); in nfqnl_recv_verdict_batch() 999 if (list_empty(&batch_list)) in nfqnl_recv_verdict_batch() 1002 list_for_each_entry_safe(entry, tmp, &batch_list, list) { in nfqnl_recv_verdict_batch()
|