Home
last modified time | relevance | path

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

/linux-6.12.1/net/ax25/
Dax25_uid.c150 return seq_hlist_start_head(&ax25_uid_list, *pos); in ax25_uid_seq_start()
/linux-6.12.1/net/x25/
Dx25_proc.c64 return seq_hlist_start_head(&x25_list, *pos); in x25_seq_socket_start()
/linux-6.12.1/net/appletalk/
Datalk_proc.c149 return seq_hlist_start_head(&atalk_sockets, *pos); in atalk_seq_socket_start()
/linux-6.12.1/include/linux/
Dseq_file.h316 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head,
/linux-6.12.1/net/netrom/
Dnr_route.c843 return seq_hlist_start_head(&nr_node_list, *pos); in nr_node_start()
900 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.12.1/fs/
Dseq_file.c985 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() function
992 EXPORT_SYMBOL(seq_hlist_start_head);
/linux-6.12.1/net/bluetooth/
Daf_bluetooth.c690 return seq_hlist_start_head(&l->head, *pos); in bt_seq_start()
/linux-6.12.1/net/rose/
Daf_rose.c1429 return seq_hlist_start_head(&rose_list, *pos); in rose_info_start()