Home
last modified time | relevance | path

Searched refs:seq_list_start (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/crypto/
H A Dproc.c24 return seq_list_start(&crypto_alg_list, *pos); in c_start()
/openbmc/linux/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()
/openbmc/linux/kernel/module/
H A Dprocfs.c52 return seq_list_start(&modules, *pos); in m_start()
/openbmc/linux/fs/proc/
H A Dproc_tty.c107 return seq_list_start(&tty_drivers, *pos); in t_start()
/openbmc/linux/lib/
H A Derror-inject.c168 return seq_list_start(&error_injection_list, *pos); in ei_seq_start()
/openbmc/linux/block/
H A Dblk-mq-debugfs.c27 return seq_list_start(&q->requeue_list, *pos); in queue_requeue_list_start()
319 return seq_list_start(&hctx->dispatch, *pos); in hctx_dispatch_start()
523 return seq_list_start(&ctx->rq_lists[type], *pos); \
H A Dmq-deadline.c1058 return seq_list_start(&per_prio->fifo_list[data_dir], *pos); \
1192 return seq_list_start(&per_prio->dispatch, *pos); \
H A Dkyber-iosched.c917 return seq_list_start(&khd->rqs[domain], *pos); \
/openbmc/linux/drivers/char/
H A Dmisc.c106 return seq_list_start(&misc_list, *pos); in misc_seq_start()
/openbmc/linux/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);
920 return seq_list_start(head, pos - 1); in seq_list_start_head()
/openbmc/linux/kernel/
H A Dfail_function.c186 return seq_list_start(&fei_attr_list, *pos); in NOKPROBE_SYMBOL()
/openbmc/linux/kernel/trace/
H A Dtrace_dynevent.c155 return seq_list_start(&dyn_event_list, *pos); in dyn_event_seq_start()
H A Dtrace_events_trigger.c169 return seq_list_start(&event_file->triggers, *pos); in trigger_start()
/openbmc/linux/kernel/trace/rv/
H A Drv_reactors.c103 return seq_list_start(&rv_reactors_list, *pos); in reactors_start()
H A Drv.c401 return seq_list_start(&rv_monitors_list, *pos); in available_monitors_start()
/openbmc/linux/include/linux/
H A Dseq_file.h274 extern struct list_head *seq_list_start(struct list_head *head,
/openbmc/linux/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()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c102 return seq_list_start(&local->hostap_interfaces, *_pos); in prism2_wds_proc_start()
/openbmc/linux/arch/s390/kernel/
H A Dsysinfo.c356 return seq_list_start(&service_level_list, *pos); in service_level_start()
/openbmc/linux/net/atm/
H A Dbr2684.c771 return seq_list_start(&br2684_devs, *pos); in br2684_seq_start()
/openbmc/linux/drivers/pwm/
H A Dcore.c1091 return seq_list_start(&pwm_chips, *pos); in pwm_seq_start()
/openbmc/linux/drivers/input/
H A Dinput.c1154 return seq_list_start(&input_dev_list, *pos); in input_devices_seq_start()
1278 return seq_list_start(&input_handler_list, *pos); in input_handlers_seq_start()
/openbmc/linux/mm/
H A Dslab_common.c1256 return seq_list_start(&slab_caches, *pos); in slab_start()
/openbmc/linux/Documentation/filesystems/
H A Dseq_file.rst368 struct list_head *seq_list_start(struct list_head *head,
/openbmc/linux/net/netfilter/
H A Dx_tables.c1527 return seq_list_start(&xt_net->tables[af], *pos); in xt_table_seq_start()

12