Searched refs:seq_list_next (Results 1 - 25 of 38) sorted by last modified time

12

/linux-master/drivers/thermal/
H A Dthermal_debugfs.c742 return seq_list_next(v, &tz_dbg->tz_episodes, pos);
/linux-master/kernel/
H A Dkprobes.c2849 return seq_list_next(v, &kprobe_blacklist, 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/net/core/
H A Dsock.c4043 return seq_list_next(v, &proto_list, pos);
/linux-master/arch/s390/kernel/
H A Dsysinfo.c371 return seq_list_next(p, &service_level_list, pos);
/linux-master/kernel/trace/
H A Dtrace_events_trigger.c140 return seq_list_next(t, &event_file->triggers, pos);
H A Dtrace.c7751 return seq_list_next(v, &tr->err_log, 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/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/block/
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); \
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); \
/linux-master/mm/
H A Dslab_common.c1058 return seq_list_next(p, &slab_caches, 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/net/netfilter/
H A Dx_tables.c1539 return seq_list_next(v, &xt_net->tables[af], pos);
/linux-master/drivers/md/
H A Dmd.c8346 return seq_list_next(v, &all_mddevs, pos);
/linux-master/fs/proc/
H A Dbase.c2465 return seq_list_next(v, &tp->task->signal->posix_timers, pos);
/linux-master/fs/netfs/
H A Dfscache_cache.c414 return seq_list_next(v, &fscache_caches, _pos);
H A Dmain.c80 return seq_list_next(v, &netfs_io_requests, _pos);
H A Dfscache_volume.c505 return seq_list_next(v, &fscache_volumes, _pos);
H A Dfscache_cookie.c1164 return seq_list_next(v, &fscache_cookies, _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/lib/
H A Derror-inject.c178 return seq_list_next(v, &error_injection_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/drivers/char/
H A Dmisc.c97 return seq_list_next(v, &misc_list, pos);
/linux-master/drivers/pci/controller/
H A Dpci-tegra.c2554 return seq_list_next(v, &pcie->ports, pos);

Completed in 372 milliseconds

12