/linux/net/x25/ |
H A D | x25_proc.c | 34 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/ |
H A D | proc.c | 29 return seq_list_next(p, &crypto_alg_list, pos); in c_next()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge_debugfs.c | 33 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 D | procfs.c | 57 return seq_list_next(p, &modules, pos); in m_next()
|
/linux/fs/proc/ |
H A D | proc_tty.c | 112 return seq_list_next(v, &tty_drivers, pos); in t_next()
|
/linux/block/ |
H A D | blk-mq-debugfs.c | 35 return seq_list_next(v, &q->requeue_list, pos); in queue_requeue_list_next() 310 return seq_list_next(v, &hctx->dispatch, pos); in hctx_dispatch_next() 499 return seq_list_next(v, &ctx->rq_lists[type], pos); \
|
H A D | mq-deadline.c | 845 return seq_list_next(v, &per_prio->fifo_list[data_dir], pos); \ 979 return seq_list_next(v, &per_prio->dispatch, pos); \
|
H A D | kyber-iosched.c | 914 return seq_list_next(v, &khd->rqs[domain], pos); \
|
/linux/drivers/char/ |
H A D | misc.c | 93 return seq_list_next(v, &misc_list, pos); in misc_seq_next()
|
/linux/kernel/ |
H A D | fail_function.c | 196 return seq_list_next(v, &fei_attr_list, pos); in fei_seq_next()
|
/linux/net/rxrpc/ |
H A D | proc.c | 129 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/trace/rv/ |
H A D | rv_reactors.c | 108 return seq_list_next(p, &rv_reactors_list, pos); in reactors_next()
|
H A D | rv.c | 490 return seq_list_next(p, &rv_monitors_list, pos); in available_monitors_next()
|
/linux/kernel/trace/ |
H A D | trace_dynevent.c | 165 return seq_list_next(v, &dyn_event_list, pos); in dyn_event_seq_next()
|
/linux/fs/netfs/ |
H A D | fscache_cache.c | 414 return seq_list_next(v, &fscache_caches, _pos); in fscache_caches_seq_next()
|
H A D | fscache_volume.c | 518 return seq_list_next(v, &fscache_volumes, _pos); in fscache_volumes_seq_next()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg.c | 40 return seq_list_next(v, &dev_cfg->sec_list, pos); in qat_dev_cfg_next()
|
/linux/include/linux/ |
H A D | seq_file.h | 304 extern struct list_head *seq_list_next(void *v, struct list_head *head,
|
/linux/net/atm/ |
H A D | resources.c | 416 return seq_list_next(v, &atm_devs, pos); in atm_dev_seq_next()
|
H A D | br2684.c | 776 return seq_list_next(v, &br2684_devs, pos); in br2684_seq_next()
|
/linux/fs/ |
H A D | seq_file.c | 917 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/ |
H A D | sysinfo.c | 335 return seq_list_next(p, &service_level_list, pos); in service_level_next()
|
/linux/fs/nfs/ |
H A D | client.c | 1314 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next() 1381 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
|
/linux/drivers/thermal/ |
H A D | thermal_debugfs.c | 776 return seq_list_next(v, &tz_dbg->tz_episodes, pos); in tze_seq_next()
|
/linux/fs/dlm/ |
H A D | debug_fs.c | 430 return seq_list_next(iter_ptr, list, pos); in table_seq_next()
|