Searched refs:seq_list_start_head (Results 1 - 13 of 13) sorted by relevance

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

Completed in 440 milliseconds