Searched refs:seq_list_start_head (Results 1 – 14 of 14) sorted by relevance
| /linux-4.4.14/net/rxrpc/ |
| D | ar-proc.c | 34 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.4.14/net/x25/ |
| D | x25_proc.c | 34 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.4.14/fs/afs/ |
| D | proc.c | 181 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.4.14/net/ipx/ |
| D | ipx_proc.c | 20 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.4.14/include/linux/ |
| D | seq_file.h | 199 extern struct list_head *seq_list_start_head(struct list_head *head,
|
| /linux-4.4.14/fs/ |
| D | seq_file.c | 813 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() function 820 EXPORT_SYMBOL(seq_list_start_head);
|
| /linux-4.4.14/net/atm/ |
| D | resources.c | 452 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
|
| /linux-4.4.14/drivers/net/wireless/hostap/ |
| D | hostap_proc.c | 197 return seq_list_start_head(&local->bss_list, *_pos); in prism2_bss_list_proc_start()
|
| D | hostap_ap.c | 369 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.4.14/fs/nfs/ |
| D | client.c | 1149 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start() 1225 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
|
| /linux-4.4.14/kernel/locking/ |
| D | lockdep_proc.c | 33 return seq_list_start_head(&all_lock_classes, *pos); in l_start()
|
| /linux-4.4.14/net/irda/irlan/ |
| D | irlan_common.c | 1095 return seq_list_start_head(&irlans, *pos); in irlan_seq_start()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | seq_file.txt | 313 struct list_head *seq_list_start_head(struct list_head *head,
|
| /linux-4.4.14/net/core/ |
| D | sock.c | 2913 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()
|