Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/linux/crypto/
H A Dproc.c29 return seq_list_next(p, &crypto_alg_list, pos); in c_next()
/openbmc/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()
/openbmc/linux/kernel/module/
H A Dprocfs.c57 return seq_list_next(p, &modules, pos); in m_next()
/openbmc/linux/fs/proc/
H A Dproc_tty.c112 return seq_list_next(v, &tty_drivers, pos); in t_next()
/openbmc/linux/lib/
H A Derror-inject.c178 return seq_list_next(v, &error_injection_list, pos); in ei_seq_next()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c108 return seq_list_next(v, &local->hostap_interfaces, _pos); in prism2_wds_proc_next()
162 return seq_list_next(v, &local->bss_list, _pos); in prism2_bss_list_proc_next()
/openbmc/linux/block/
H A Dblk-mq-debugfs.c34 return seq_list_next(v, &q->requeue_list, pos); in queue_requeue_list_next()
326 return seq_list_next(v, &hctx->dispatch, pos); in hctx_dispatch_next()
531 return seq_list_next(v, &ctx->rq_lists[type], pos); \
H A Dmq-deadline.c1068 return seq_list_next(v, &per_prio->fifo_list[data_dir], pos); \
1202 return seq_list_next(v, &per_prio->dispatch, pos); \
/openbmc/linux/drivers/char/
H A Dmisc.c97 return seq_list_next(v, &misc_list, pos); in misc_seq_next()
/openbmc/linux/kernel/
H A Dfail_function.c196 return seq_list_next(v, &fei_attr_list, pos); in fei_seq_next()
/openbmc/linux/kernel/trace/
H A Dtrace_dynevent.c160 return seq_list_next(v, &dyn_event_list, pos); in dyn_event_seq_next()
/openbmc/linux/include/linux/
H A Dseq_file.h278 extern struct list_head *seq_list_next(void *v, struct list_head *head,
/openbmc/linux/kernel/trace/rv/
H A Drv_reactors.c108 return seq_list_next(p, &rv_reactors_list, pos); in reactors_next()
H A Drv.c406 return seq_list_next(p, &rv_monitors_list, pos); in available_monitors_next()
/openbmc/linux/fs/fscache/
H A Dcache.c414 return seq_list_next(v, &fscache_caches, _pos); in fscache_caches_seq_next()
H A Dvolume.c519 return seq_list_next(v, &fscache_volumes, _pos); in fscache_volumes_seq_next()
/openbmc/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()
/openbmc/linux/net/atm/
H A Dresources.c417 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()
/openbmc/linux/fs/
H A Dseq_file.c924 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() function
932 EXPORT_SYMBOL(seq_list_next);
/openbmc/linux/net/rxrpc/
H A Dproc.c131 return seq_list_next(v, &rxnet->conn_proc_list, pos); in rxrpc_connection_seq_next()
/openbmc/linux/arch/s390/kernel/
H A Dsysinfo.c361 return seq_list_next(p, &service_level_list, pos); in service_level_next()
/openbmc/linux/fs/nfs/
H A Dclient.c1241 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next()
1308 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
/openbmc/linux/drivers/pwm/
H A Dcore.c1098 return seq_list_next(v, &pwm_chips, pos); in pwm_seq_next()

12