Home
last modified time | relevance | path

Searched refs:seq_hlist_start_head_rcu (Results 1 – 5 of 5) sorted by relevance

/linux/fs/afs/
H A Dproc.c63 return seq_hlist_start_head_rcu(&afs_seq2net(m)->proc_cells, *_pos); in afs_proc_cells_start()
290 return seq_hlist_start_head_rcu(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
487 return seq_hlist_start_head_rcu(&afs_seq2net(m)->fs_proc, *_pos); in afs_proc_servers_start()
/linux/include/linux/
H A Dseq_file.h324 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head,
/linux/fs/
H A Dseq_file.c1039 * seq_hlist_start_head_rcu - start an iteration of a hlist protected by RCU
1050 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu() function
1058 EXPORT_SYMBOL(seq_hlist_start_head_rcu);
/linux/net/key/
H A Daf_key.c3804 return seq_hlist_start_head_rcu(&net_pfkey->table, *ppos); in pfkey_seq_start()
/linux/net/packet/
H A Daf_packet.c4751 return seq_hlist_start_head_rcu(&net->packet.sklist, *pos); in packet_seq_start()