Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/x25/
H A 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()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dseq_file.h247 extern struct list_head *seq_list_start_head(struct list_head *head,
/OK3568_Linux_fs/kernel/fs/
H A 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);
/OK3568_Linux_fs/kernel/net/atm/
H A Dresources.c409 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c156 return seq_list_start_head(&local->bss_list, *_pos); in prism2_bss_list_proc_start()
H A 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()
/OK3568_Linux_fs/kernel/fs/nfs/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dseq_file.rst370 struct list_head *seq_list_start_head(struct list_head *head,
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c3589 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()