Home
last modified time | relevance | path

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

/linux-4.1.27/net/rxrpc/
Dar-proc.c34 return seq_list_start_head(&rxrpc_calls, *_pos); in rxrpc_call_seq_start()
115 return seq_list_start_head(&rxrpc_connections, *_pos); in rxrpc_connection_seq_start()
/linux-4.1.27/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-4.1.27/fs/afs/
Dproc.c181 return seq_list_start_head(&afs_proc_cells, *_pos); in afs_proc_cells_start()
425 return seq_list_start_head(&cell->vl_list, *_pos); in afs_proc_cell_volumes_start()
619 return seq_list_start_head(&cell->servers, *_pos); in afs_proc_cell_servers_start()
/linux-4.1.27/net/ipx/
Dipx_proc.c20 return seq_list_start_head(&ipx_interfaces, *pos); in ipx_seq_interface_start()
66 return seq_list_start_head(&ipx_routes, *pos); in ipx_seq_route_start()
/linux-4.1.27/include/linux/
Dseq_file.h193 extern struct list_head *seq_list_start_head(struct list_head *head,
/linux-4.1.27/fs/
Dseq_file.c770 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() function
777 EXPORT_SYMBOL(seq_list_start_head);
/linux-4.1.27/net/atm/
Dresources.c452 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_proc.c197 return seq_list_start_head(&local->bss_list, *_pos); in prism2_bss_list_proc_start()
Dhostap_ap.c369 return seq_list_start_head(&ap->mac_restrictions.mac_list, *_pos); in ap_control_proc_start()
589 return seq_list_start_head(&ap->sta_list, *_pos); in prism2_ap_proc_start()
/linux-4.1.27/fs/nfs/
Dclient.c1260 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start()
1336 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
/linux-4.1.27/kernel/locking/
Dlockdep_proc.c33 return seq_list_start_head(&all_lock_classes, *pos); in l_start()
/linux-4.1.27/net/irda/irlan/
Dirlan_common.c1095 return seq_list_start_head(&irlans, *pos); in irlan_seq_start()
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt313 struct list_head *seq_list_start_head(struct list_head *head,
/linux-4.1.27/net/core/
Dsock.c2850 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()