Searched refs:seq_list_start_head (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
H A D | ar-proc.c | 34 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 D | x25_proc.c | 34 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 D | ipx_proc.c | 20 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 D | proc.c | 181 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 D | seq_file.h | 193 extern struct list_head *seq_list_start_head(struct list_head *head,
|
/linux-4.1.27/fs/ |
H A D | seq_file.c | 770 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 D | hostap_proc.c | 197 return seq_list_start_head(&local->bss_list, *_pos); prism2_bss_list_proc_start()
|
H A D | hostap_ap.c | 369 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 D | resources.c | 452 return seq_list_start_head(&atm_devs, *pos); atm_dev_seq_start()
|
/linux-4.1.27/kernel/locking/ |
H A D | lockdep_proc.c | 33 return seq_list_start_head(&all_lock_classes, *pos); l_start()
|
/linux-4.1.27/fs/nfs/ |
H A D | client.c | 1260 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 D | irlan_common.c | 1095 return seq_list_start_head(&irlans, *pos); irlan_seq_start()
|
/linux-4.1.27/net/core/ |
H A D | sock.c | 2850 return seq_list_start_head(&proto_list, *pos); __acquires()
|
Completed in 440 milliseconds