Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dseq_file.c973 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start() function
982 EXPORT_SYMBOL(seq_hlist_start);
997 return seq_hlist_start(head, pos - 1); in seq_hlist_start_head()
/openbmc/linux/include/linux/
H A Dseq_file.h289 extern struct hlist_node *seq_hlist_start(struct hlist_head *head,
/openbmc/linux/net/ax25/
H A Daf_ax25.c1935 return seq_hlist_start(&ax25_list, *pos); in ax25_info_start()