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

12

/linux-master/arch/s390/kernel/
H A Dsysinfo.c371 return seq_list_next(p, &service_level_list, pos);
/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 Dkyber-iosched.c926 return seq_list_next(v, &khd->rqs[domain], 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/crypto/
H A Dproc.c29 return seq_list_next(p, &crypto_alg_list, pos);
/linux-master/drivers/char/
H A Dmisc.c97 return seq_list_next(v, &misc_list, 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/drivers/input/
H A Dinput.c1159 return seq_list_next(v, &input_dev_list, pos);
1286 return seq_list_next(v, &input_handler_list, pos);
/linux-master/drivers/md/
H A Dmd.c8346 return seq_list_next(v, &all_mddevs, 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/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c1116 return seq_list_next(v, &dump_data->buff_list, pos);
/linux-master/drivers/pci/controller/
H A Dpci-tegra.c2554 return seq_list_next(v, &pcie->ports, pos);
/linux-master/drivers/thermal/
H A Dthermal_debugfs.c742 return seq_list_next(v, &tz_dbg->tz_episodes, pos);
/linux-master/fs/netfs/
H A Dfscache_cache.c414 return seq_list_next(v, &fscache_caches, _pos);
H A Dfscache_cookie.c1164 return seq_list_next(v, &fscache_cookies, _pos);
H A Dfscache_volume.c505 return seq_list_next(v, &fscache_volumes, _pos);
H A Dmain.c80 return seq_list_next(v, &netfs_io_requests, _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);
/linux-master/fs/proc/
H A Dbase.c2465 return seq_list_next(v, &tp->task->signal->posix_timers, pos);
H A Dproc_tty.c112 return seq_list_next(v, &tty_drivers, 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/include/linux/
H A Dseq_file.h293 extern struct list_head *seq_list_next(void *v, struct list_head *head,
/linux-master/kernel/
H A Dfail_function.c196 return seq_list_next(v, &fei_attr_list, pos);
H A Dkprobes.c2849 return seq_list_next(v, &kprobe_blacklist, pos);
/linux-master/kernel/module/
H A Dprocfs.c57 return seq_list_next(p, &modules, pos);

Completed in 370 milliseconds

12