Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c897 list_add(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
903 list_add_tail(&sh->batch_list, &head->batch_list); in stripe_add_to_batch_list()
1295 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_io()
1296 batch_list); in ops_run_io()
1914 sh = list_first_entry(&sh->batch_list, in ops_run_biodrain()
1916 batch_list); in ops_run_biodrain()
2043 list_first_entry(&sh->batch_list, in ops_run_reconstruct5()
2044 struct stripe_head, batch_list) == head_sh; in ops_run_reconstruct5()
2066 sh = list_first_entry(&sh->batch_list, struct stripe_head, in ops_run_reconstruct5()
2067 batch_list); in ops_run_reconstruct5()
[all …]
H A Draid5.h227 struct list_head batch_list; /* protected by head's batch lock*/ member
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_queue.c1070 LIST_HEAD(batch_list); in nfqnl_recv_verdict_batch()
1092 list_add_tail(&entry->list, &batch_list); in nfqnl_recv_verdict_batch()
1097 if (list_empty(&batch_list)) in nfqnl_recv_verdict_batch()
1100 list_for_each_entry_safe(entry, tmp, &batch_list, list) { in nfqnl_recv_verdict_batch()