Home
last modified time | relevance | path

Searched refs:seq_hlist_start_head (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/net/ax25/
Dax25_uid.c150 return seq_hlist_start_head(&ax25_uid_list, *pos); in ax25_uid_seq_start()
/linux-6.6.21/net/x25/
Dx25_proc.c64 return seq_hlist_start_head(&x25_list, *pos); in x25_seq_socket_start()
/linux-6.6.21/net/appletalk/
Datalk_proc.c149 return seq_hlist_start_head(&atalk_sockets, *pos); in atalk_seq_socket_start()
/linux-6.6.21/include/linux/
Dseq_file.h291 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head,
/linux-6.6.21/net/netrom/
Dnr_route.c848 return seq_hlist_start_head(&nr_node_list, *pos); in nr_node_start()
905 return seq_hlist_start_head(&nr_neigh_list, *pos); in nr_neigh_start()
Daf_netrom.c1269 return seq_hlist_start_head(&nr_list, *pos); in nr_info_start()
/linux-6.6.21/fs/
Dseq_file.c992 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);
/linux-6.6.21/net/bluetooth/
Daf_bluetooth.c672 return seq_hlist_start_head(&l->head, *pos); in bt_seq_start()
/linux-6.6.21/net/rose/
Daf_rose.c1429 return seq_hlist_start_head(&rose_list, *pos); in rose_info_start()