Home
last modified time | relevance | path

Searched refs:seq_list_start (Results 1 - 25 of 55) sorted by relevance

123

/kernel/linux/linux-5.10/crypto/
H A Dproc.c23 return seq_list_start(&crypto_alg_list, *pos); in c_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_debugfs.c26 return *pos ? seq_list_start(&bridge->fdb_list, *pos - 1) : SEQ_START_TOKEN; in mlx5_esw_bridge_debugfs_start()
/kernel/linux/linux-6.6/kernel/module/
H A Dprocfs.c52 return seq_list_start(&modules, *pos); in m_start()
/kernel/linux/linux-6.6/crypto/
H A Dproc.c24 return seq_list_start(&crypto_alg_list, *pos); in c_start()
/kernel/linux/linux-5.10/lib/
H A Derror-inject.c161 return seq_list_start(&error_injection_list, *pos); in ei_seq_start()
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_tty.c109 return seq_list_start(&tty_drivers, *pos); in t_start()
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_tty.c107 return seq_list_start(&tty_drivers, *pos); in t_start()
/kernel/linux/linux-6.6/lib/
H A Derror-inject.c168 return seq_list_start(&error_injection_list, *pos); in ei_seq_start()
/kernel/linux/linux-5.10/block/
H A Dblk-mq-debugfs.c50 return seq_list_start(&q->requeue_list, *pos);
370 return seq_list_start(&hctx->dispatch, *pos);
638 return seq_list_start(&ctx->rq_lists[type], *pos); \
H A Dmq-deadline.c675 return seq_list_start(&dd->fifo_list[ddir], *pos); \
743 return seq_list_start(&dd->dispatch, *pos);
/kernel/linux/linux-5.10/fs/
H A Dseq_file.c891 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() function
901 EXPORT_SYMBOL(seq_list_start); variable
908 return seq_list_start(head, pos - 1); in seq_list_start_head()
/kernel/linux/linux-6.6/fs/
H A Dseq_file.c903 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() function
913 EXPORT_SYMBOL(seq_list_start); variable
920 return seq_list_start(head, pos - 1); in seq_list_start_head()
/kernel/linux/linux-6.6/block/
H A Dblk-mq-debugfs.c27 return seq_list_start(&q->requeue_list, *pos);
319 return seq_list_start(&hctx->dispatch, *pos);
523 return seq_list_start(&ctx->rq_lists[type], *pos); \
/kernel/linux/linux-5.10/drivers/char/
H A Dmisc.c70 return seq_list_start(&misc_list, *pos); in misc_seq_start()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_cfg.c18 return seq_list_start(&dev_cfg->sec_list, *pos); in qat_dev_cfg_start()
/kernel/linux/linux-6.6/drivers/char/
H A Dmisc.c92 return seq_list_start(&misc_list, *pos); in misc_seq_start()
/kernel/linux/linux-5.10/include/linux/
H A Dseq_file.h245 extern struct list_head *seq_list_start(struct list_head *head,
/kernel/linux/linux-5.10/kernel/
H A Dfail_function.c186 return seq_list_start(&fei_attr_list, *pos); in fei_seq_start()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_dynevent.c106 return seq_list_start(&dyn_event_list, *pos); in dyn_event_seq_start()
/kernel/linux/linux-6.6/include/linux/
H A Dseq_file.h274 extern struct list_head *seq_list_start(struct list_head *head,
/kernel/linux/linux-6.6/kernel/
H A Dfail_function.c186 return seq_list_start(&fei_attr_list, *pos); in fei_seq_start()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c18 return seq_list_start(&dev_cfg->sec_list, *pos); in qat_dev_cfg_start()
/kernel/linux/linux-6.6/kernel/trace/rv/
H A Drv_reactors.c103 return seq_list_start(&rv_reactors_list, *pos); in reactors_start()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_dynevent.c155 return seq_list_start(&dyn_event_list, *pos); in dyn_event_seq_start()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsysinfo.c352 return seq_list_start(&service_level_list, *pos); in service_level_start()

Completed in 16 milliseconds

123