Searched refs:seq_list_next (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/net/x25/
H A Dx25_proc.c34 return seq_list_next(v, &x25_route_list, pos);
121 return seq_list_next(v, &x25_forward_list, pos);
/linux-master/crypto/
H A Dproc.c29 return seq_list_next(p, &crypto_alg_list, pos);
/linux-master/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);
/linux-master/fs/netfs/
H A Dmain.c80 return seq_list_next(v, &netfs_io_requests, _pos);
H A Dfscache_cache.c414 return seq_list_next(v, &fscache_caches, _pos);
H A Dfscache_volume.c505 return seq_list_next(v, &fscache_volumes, _pos);
/linux-master/kernel/module/
H A Dprocfs.c57 return seq_list_next(p, &modules, pos);
/linux-master/fs/proc/
H A Dproc_tty.c112 return seq_list_next(v, &tty_drivers, pos);
/linux-master/lib/
H A Derror-inject.c178 return seq_list_next(v, &error_injection_list, pos);
/linux-master/kernel/
H A Dfail_function.c196 return seq_list_next(v, &fei_attr_list, pos);
/linux-master/drivers/char/
H A Dmisc.c97 return seq_list_next(v, &misc_list, pos);
/linux-master/net/rxrpc/
H A Dproc.c129 return seq_list_next(v, &rxnet->conn_proc_list, pos);
216 return seq_list_next(v, &rxnet->bundle_proc_list, pos);
/linux-master/kernel/trace/rv/
H A Drv_reactors.c108 return seq_list_next(p, &rv_reactors_list, pos);
H A Drv.c404 return seq_list_next(p, &rv_monitors_list, pos);
/linux-master/kernel/trace/
H A Dtrace_dynevent.c160 return seq_list_next(v, &dyn_event_list, pos);
/linux-master/net/atm/
H A Dresources.c417 return seq_list_next(v, &atm_devs, pos);
H A Dbr2684.c776 return seq_list_next(v, &br2684_devs, pos);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c40 return seq_list_next(v, &dev_cfg->sec_list, pos);
/linux-master/include/linux/
H A Dseq_file.h293 extern struct list_head *seq_list_next(void *v, struct list_head *head,
/linux-master/block/
H A Dblk-mq-debugfs.c34 return seq_list_next(v, &q->requeue_list, pos);
325 return seq_list_next(v, &hctx->dispatch, pos);
513 return seq_list_next(v, &ctx->rq_lists[type], pos); \
H A Dmq-deadline.c1054 return seq_list_next(v, &per_prio->fifo_list[data_dir], pos); \
1188 return seq_list_next(v, &per_prio->dispatch, pos); \
/linux-master/fs/
H A Dseq_file.c924 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) function
932 EXPORT_SYMBOL(seq_list_next); variable
/linux-master/drivers/thermal/
H A Dthermal_debugfs.c733 return seq_list_next(v, &tz_dbg->tz_episodes, pos);
/linux-master/arch/s390/kernel/
H A Dsysinfo.c371 return seq_list_next(p, &service_level_list, pos);
/linux-master/fs/nfs/
H A Dclient.c1243 return seq_list_next(v, &nn->nfs_client_list, pos);
1310 return seq_list_next(v, &nn->nfs_volume_list, pos);

Completed in 830 milliseconds

12