/linux-4.1.27/net/rxrpc/ |
D | ar-proc.c | 39 return seq_list_next(v, &rxrpc_calls, pos); in rxrpc_call_seq_next() 121 return seq_list_next(v, &rxrpc_connections, pos); in rxrpc_connection_seq_next()
|
/linux-4.1.27/net/x25/ |
D | x25_proc.c | 39 return seq_list_next(v, &x25_route_list, pos); in x25_seq_route_next() 127 return seq_list_next(v, &x25_forward_list, pos); in x25_seq_forward_next()
|
/linux-4.1.27/fs/afs/ |
D | proc.c | 189 return seq_list_next(v, &afs_proc_cells, pos); in afs_proc_cells_next() 437 return seq_list_next(v, &cell->vl_list, _pos); in afs_proc_cell_volumes_next() 631 return seq_list_next(v, &cell->servers, _pos); in afs_proc_cell_servers_next()
|
/linux-4.1.27/net/ipx/ |
D | ipx_proc.c | 25 return seq_list_next(v, &ipx_interfaces, pos); in ipx_seq_interface_next() 71 return seq_list_next(v, &ipx_routes, pos); in ipx_seq_route_next()
|
/linux-4.1.27/crypto/ |
D | proc.c | 72 return seq_list_next(p, &crypto_alg_list, pos); in c_next()
|
/linux-4.1.27/fs/proc/ |
D | proc_tty.c | 112 return seq_list_next(v, &tty_drivers, pos); in t_next()
|
D | base.c | 1979 return seq_list_next(v, &tp->task->signal->posix_timers, pos); in timers_next()
|
/linux-4.1.27/drivers/char/ |
D | misc.c | 74 return seq_list_next(v, &misc_list, pos); in misc_seq_next()
|
/linux-4.1.27/include/linux/ |
D | seq_file.h | 195 extern struct list_head *seq_list_next(void *v, struct list_head *head,
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 132 return seq_list_next(v, &local->hostap_interfaces, _pos); in prism2_wds_proc_next() 203 return seq_list_next(v, &local->bss_list, _pos); in prism2_bss_list_proc_next()
|
D | hostap_ap.c | 375 return seq_list_next(v, &ap->mac_restrictions.mac_list, _pos); in ap_control_proc_next() 595 return seq_list_next(v, &ap->sta_list, _pos); in prism2_ap_proc_next()
|
/linux-4.1.27/drivers/isdn/capi/ |
D | kcapi_proc.c | 258 return seq_list_next(v, &capi_drivers, pos); in capi_driver_next()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_cfg.c | 84 return seq_list_next(v, &dev_cfg->sec_list, pos); in qat_dev_cfg_next()
|
/linux-4.1.27/fs/ |
D | seq_file.c | 779 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() function 787 EXPORT_SYMBOL(seq_list_next);
|
D | namespace.c | 1226 v = seq_list_next(v, &p->ns->list, &p->cached_index); in m_start() 1241 p->cached_mount = seq_list_next(v, &p->ns->list, pos); in m_next()
|
/linux-4.1.27/net/atm/ |
D | resources.c | 462 return seq_list_next(v, &atm_devs, pos); in atm_dev_seq_next()
|
D | br2684.c | 774 return seq_list_next(v, &br2684_devs, pos); in br2684_seq_next()
|
/linux-4.1.27/arch/s390/kernel/ |
D | sysinfo.c | 346 return seq_list_next(p, &service_level_list, pos); in service_level_next()
|
/linux-4.1.27/fs/nfs/ |
D | client.c | 1270 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next() 1346 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
|
/linux-4.1.27/drivers/pwm/ |
D | core.c | 841 return seq_list_next(v, &pwm_chips, pos); in pwm_seq_next()
|
/linux-4.1.27/kernel/locking/ |
D | lockdep_proc.c | 28 return seq_list_next(v, &all_lock_classes, pos); in l_next()
|
/linux-4.1.27/net/irda/irlan/ |
D | irlan_common.c | 1101 return seq_list_next(v, &irlans, pos); in irlan_seq_next()
|
/linux-4.1.27/mm/ |
D | slab_common.c | 955 return seq_list_next(p, &slab_caches, pos); in slab_next()
|
/linux-4.1.27/drivers/input/ |
D | input.c | 1095 return seq_list_next(v, &input_dev_list, pos); in input_devices_seq_next() 1223 return seq_list_next(v, &input_handler_list, pos); in input_handlers_seq_next()
|
/linux-4.1.27/kernel/trace/ |
D | trace_events_trigger.c | 127 return seq_list_next(t, &event_file->triggers, pos); in trigger_next()
|
D | trace_uprobe.c | 588 return seq_list_next(v, &uprobe_list, pos); in probes_seq_next()
|
D | trace_kprobe.c | 817 return seq_list_next(v, &probe_list, pos); in probes_seq_next()
|
D | ftrace.c | 5400 return seq_list_next(v, &ftrace_pids, pos); in fpid_next()
|
/linux-4.1.27/Documentation/filesystems/ |
D | seq_file.txt | 315 struct list_head *seq_list_next(void *v, struct list_head *head,
|
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 935 return seq_list_next(v, &net->xt.tables[af], pos); in xt_table_seq_next()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-tegra.c | 1902 return seq_list_next(v, &pcie->ports, pos); in tegra_pcie_ports_seq_next()
|
/linux-4.1.27/kernel/ |
D | kprobes.c | 2286 return seq_list_next(v, &kprobe_blacklist, pos); in kprobe_blacklist_seq_next()
|
D | module.c | 3744 return seq_list_next(p, &modules, pos); in m_next()
|
/linux-4.1.27/net/core/ |
D | sock.c | 2855 return seq_list_next(v, &proto_list, pos); in proto_seq_next()
|