Home
last modified time | relevance | path

Searched refs:seq_list_start_head (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/x25/
Dx25_proc.c29 return seq_list_start_head(&x25_route_list, *pos); in x25_seq_route_start()
117 return seq_list_start_head(&x25_forward_list, *pos); in x25_seq_forward_start()
/kernel/linux/linux-5.10/net/rxrpc/
Dproc.c35 return seq_list_start_head(&rxnet->calls, *_pos); in rxrpc_call_seq_start()
138 return seq_list_start_head(&rxnet->conn_proc_list, *_pos); in rxrpc_connection_seq_start()
/kernel/linux/linux-5.10/include/linux/
Dseq_file.h247 extern struct list_head *seq_list_start_head(struct list_head *head,
/kernel/linux/linux-5.10/net/atm/
Dresources.c410 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
/kernel/linux/linux-5.10/fs/
Dseq_file.c903 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() function
910 EXPORT_SYMBOL(seq_list_start_head);
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c156 return seq_list_start_head(&local->bss_list, *_pos); in prism2_bss_list_proc_start()
Dhostap_ap.c357 return seq_list_start_head(&ap->mac_restrictions.mac_list, *_pos); in ap_control_proc_start()
559 return seq_list_start_head(&ap->sta_list, *_pos); in prism2_ap_proc_start()
/kernel/linux/linux-5.10/fs/nfs/
Dclient.c1162 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start()
1229 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dseq_file.rst370 struct list_head *seq_list_start_head(struct list_head *head,
/kernel/linux/linux-5.10/net/core/
Dsock.c3588 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()