Home
last modified time | relevance | path

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

/Linux-v4.19/net/x25/
Dx25_proc.c34 return seq_list_start_head(&x25_route_list, *pos); in x25_seq_route_start()
122 return seq_list_start_head(&x25_forward_list, *pos); in x25_seq_forward_start()
/Linux-v4.19/net/rxrpc/
Dproc.c39 return seq_list_start_head(&rxnet->calls, *_pos); in rxrpc_call_seq_start()
142 return seq_list_start_head(&rxnet->conn_proc_list, *_pos); in rxrpc_connection_seq_start()
/Linux-v4.19/include/linux/
Dseq_file.h214 extern struct list_head *seq_list_start_head(struct list_head *head,
/Linux-v4.19/fs/
Dseq_file.c896 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() function
903 EXPORT_SYMBOL(seq_list_start_head);
/Linux-v4.19/net/atm/
Dresources.c453 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c155 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()
/Linux-v4.19/fs/afs/
Dproc.c224 return seq_list_start_head(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
/Linux-v4.19/fs/nfs/
Dclient.c1106 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start()
1173 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
/Linux-v4.19/kernel/locking/
Dlockdep_proc.c34 return seq_list_start_head(&all_lock_classes, *pos); in l_start()
/Linux-v4.19/Documentation/filesystems/
Dseq_file.txt334 struct list_head *seq_list_start_head(struct list_head *head,
/Linux-v4.19/net/core/
Dsock.c3356 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()