Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dproc.c63 return seq_hlist_start_head_rcu(&afs_seq2net(m)->proc_cells, *_pos); in afs_proc_cells_start()
233 return seq_hlist_start_head_rcu(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
411 return seq_hlist_start_head_rcu(&afs_seq2net(m)->fs_proc, *_pos); in afs_proc_servers_start()
/openbmc/linux/include/linux/
H A Dseq_file.h298 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head,
/openbmc/linux/fs/
H A Dseq_file.c1057 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu() function
1065 EXPORT_SYMBOL(seq_hlist_start_head_rcu);
/openbmc/linux/net/key/
H A Daf_key.c3803 return seq_hlist_start_head_rcu(&net_pfkey->table, *ppos); in pfkey_seq_start()
/openbmc/linux/net/packet/
H A Daf_packet.c4745 return seq_hlist_start_head_rcu(&net->packet.sklist, *pos); in packet_seq_start()