Searched refs:seq_hlist_start_head (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/ax25/ |
H A D | ax25_uid.c | 150 return seq_hlist_start_head(&ax25_uid_list, *pos); in ax25_uid_seq_start()
|
/openbmc/linux/net/x25/ |
H A D | x25_proc.c | 64 return seq_hlist_start_head(&x25_list, *pos); in x25_seq_socket_start()
|
/openbmc/linux/net/appletalk/ |
H A D | atalk_proc.c | 149 return seq_hlist_start_head(&atalk_sockets, *pos); in atalk_seq_socket_start()
|
/openbmc/linux/include/linux/ |
H A D | seq_file.h | 291 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head,
|
/openbmc/linux/net/netrom/ |
H A D | nr_route.c | 849 return seq_hlist_start_head(&nr_node_list, *pos); in nr_node_start() 906 return seq_hlist_start_head(&nr_neigh_list, *pos); in nr_neigh_start()
|
H A D | af_netrom.c | 1269 return seq_hlist_start_head(&nr_list, *pos); in nr_info_start()
|
/openbmc/linux/fs/ |
H A D | seq_file.c | 992 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() function 999 EXPORT_SYMBOL(seq_hlist_start_head);
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 690 return seq_hlist_start_head(&l->head, *pos); in bt_seq_start()
|
/openbmc/linux/net/rose/ |
H A D | af_rose.c | 1437 return seq_hlist_start_head(&rose_list, *pos); in rose_info_start()
|