Home
last modified time | relevance | path

Searched refs:seq_hlist_start_head_rcu (Results 1 – 4 of 4) 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()
291 return seq_hlist_start_head_rcu(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
488 return seq_hlist_start_head_rcu(&afs_seq2net(m)->fs_proc, *_pos); in afs_proc_servers_start()
/linux/fs/
H A Dseq_file.c1051 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu() function
1059 EXPORT_SYMBOL(seq_hlist_start_head_rcu);
/linux/net/key/
H A Daf_key.c3825 return seq_hlist_start_head_rcu(&net_pfkey->table, *ppos); in pfkey_seq_start()
/linux/net/packet/
H A Daf_packet.c4699 return seq_hlist_start_head_rcu(&net->packet.sklist, *pos); in packet_seq_start()