Home
last modified time | relevance | path

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

12

/linux/net/x25/
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/crypto/
A Dproc.c29 return seq_list_next(p, &crypto_alg_list, pos); in c_next()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
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/fs/netfs/
A Dmain.c87 return seq_list_next(v, &netfs_io_requests, _pos); in netfs_requests_seq_next()
A Dfscache_cache.c414 return seq_list_next(v, &fscache_caches, _pos); in fscache_caches_seq_next()
A Dfscache_volume.c519 return seq_list_next(v, &fscache_volumes, _pos); in fscache_volumes_seq_next()
/linux/kernel/module/
A Dprocfs.c57 return seq_list_next(p, &modules, pos); in m_next()
/linux/fs/proc/
A Dproc_tty.c112 return seq_list_next(v, &tty_drivers, pos); in t_next()
/linux/lib/
A Derror-inject.c178 return seq_list_next(v, &error_injection_list, pos); in ei_seq_next()
/linux/block/
A Dblk-mq-debugfs.c35 return seq_list_next(v, &q->requeue_list, pos); in queue_requeue_list_next()
327 return seq_list_next(v, &hctx->dispatch, pos); in hctx_dispatch_next()
515 return seq_list_next(v, &ctx->rq_lists[type], pos); \
A Dmq-deadline.c877 return seq_list_next(v, &per_prio->fifo_list[data_dir], pos); \
1011 return seq_list_next(v, &per_prio->dispatch, pos); \
/linux/drivers/char/
A Dmisc.c97 return seq_list_next(v, &misc_list, pos); in misc_seq_next()
/linux/net/rxrpc/
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/
A Dfail_function.c196 return seq_list_next(v, &fei_attr_list, pos); in fei_seq_next()
/linux/kernel/trace/
A Dtrace_dynevent.c160 return seq_list_next(v, &dyn_event_list, pos); in dyn_event_seq_next()
/linux/kernel/trace/rv/
A Drv_reactors.c108 return seq_list_next(p, &rv_reactors_list, pos); in reactors_next()
A Drv.c404 return seq_list_next(p, &rv_monitors_list, pos); in available_monitors_next()
/linux/include/linux/
A Dseq_file.h303 extern struct list_head *seq_list_next(void *v, struct list_head *head,
/linux/drivers/crypto/intel/qat/qat_common/
A Dadf_cfg.c40 return seq_list_next(v, &dev_cfg->sec_list, pos); in qat_dev_cfg_next()
/linux/net/atm/
A Dresources.c417 return seq_list_next(v, &atm_devs, pos); in atm_dev_seq_next()
/linux/fs/
A Dseq_file.c917 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() function
925 EXPORT_SYMBOL(seq_list_next);
/linux/arch/s390/kernel/
A Dsysinfo.c371 return seq_list_next(p, &service_level_list, pos); in service_level_next()
/linux/fs/nfs/
A Dclient.c1257 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next()
1324 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
/linux/drivers/thermal/
A Dthermal_debugfs.c771 return seq_list_next(v, &tz_dbg->tz_episodes, pos); in tze_seq_next()
/linux/fs/dlm/
A Ddebug_fs.c430 return seq_list_next(iter_ptr, list, pos); in table_seq_next()

Completed in 46 milliseconds

12