Home
last modified time | relevance | path

Searched refs:seq_list_next (Results 1 – 25 of 31) sorted by relevance

12

/linux/net/x25/
H A Dx25_proc.c34 return seq_list_next(v, &x25_route_list, pos); in x25_seq_route_next()
121 return seq_list_next(v, &x25_forward_list, pos); in x25_seq_forward_next()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_debugfs.c33 return seq_list_next(v == SEQ_START_TOKEN ? &bridge->fdb_list : v, &bridge->fdb_list, pos); in mlx5_esw_bridge_debugfs_next()
/linux/kernel/module/
H A Dprocfs.c57 return seq_list_next(p, &modules, pos); in m_next()
/linux/fs/netfs/
H A Dmain.c90 return seq_list_next(v, &netfs_io_requests, _pos); in netfs_requests_seq_next()
H A Dfscache_cache.c414 return seq_list_next(v, &fscache_caches, _pos); in fscache_caches_seq_next()
H A Dfscache_volume.c517 return seq_list_next(v, &fscache_volumes, _pos); in fscache_volumes_seq_next()
H A Dfscache_cookie.c1168 return seq_list_next(v, &fscache_cookies, _pos); in fscache_cookies_seq_next()
/linux/fs/proc/
H A Dproc_tty.c112 return seq_list_next(v, &tty_drivers, pos); in t_next()
/linux/lib/
H A Derror-inject.c178 return seq_list_next(v, &error_injection_list, pos); in ei_seq_next()
/linux/net/rxrpc/
H A Dproc.c129 return seq_list_next(v, &rxnet->conn_proc_list, pos); in rxrpc_connection_seq_next()
216 return seq_list_next(v, &rxnet->bundle_proc_list, pos); in rxrpc_bundle_seq_next()
/linux/kernel/
H A Dfail_function.c196 return seq_list_next(v, &fei_attr_list, pos); in fei_seq_next()
/linux/kernel/trace/rv/
H A Drv_reactors.c109 return seq_list_next(p, &rv_reactors_list, pos); in reactors_next()
H A Drv.c480 return seq_list_next(p, &rv_monitors_list, pos); in available_monitors_next()
/linux/kernel/trace/
H A Dtrace_dynevent.c172 return seq_list_next(v, &dyn_event_list, pos); in dyn_event_seq_next()
H A Dtrace_events_trigger.c203 return seq_list_next(t, &event_file->triggers, pos); in trigger_next()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c40 return seq_list_next(v, &dev_cfg->sec_list, pos); in qat_dev_cfg_next()
/linux/net/atm/
H A Dresources.c418 return seq_list_next(v, &atm_devs, pos); in atm_dev_seq_next()
H A Dbr2684.c776 return seq_list_next(v, &br2684_devs, pos); in br2684_seq_next()
/linux/fs/
H A Dseq_file.c918 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() function
926 EXPORT_SYMBOL(seq_list_next);
/linux/fs/nfs/
H A Dclient.c1339 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next()
1406 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
/linux/drivers/thermal/
H A Dthermal_debugfs.c776 return seq_list_next(v, &tz_dbg->tz_episodes, pos); in tze_seq_next()
/linux/fs/dlm/
H A Ddebug_fs.c430 return seq_list_next(iter_ptr, list, pos); in table_seq_next()
/linux/drivers/input/
H A Dinput.c1052 return seq_list_next(v, &input_dev_list, pos); in input_devices_seq_next()
1177 return seq_list_next(v, &input_handler_list, pos); in input_handlers_seq_next()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_dbg.c1117 return seq_list_next(v, &dump_data->buff_list, pos); in dr_dump_next()
/linux/Documentation/filesystems/
H A Dseq_file.rst372 struct list_head *seq_list_next(void *v, struct list_head *head,

12