Home
last modified time | relevance | path

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

/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()
/linux/kernel/module/
H A Dprocfs.c52 return seq_list_start(&modules, *pos); in m_start()
/linux/fs/proc/
H A Dproc_tty.c107 return seq_list_start(&tty_drivers, *pos); in t_start()
/linux/lib/
H A Derror-inject.c168 return seq_list_start(&error_injection_list, *pos); in ei_seq_start()
/linux/fs/
H A Dseq_file.c897 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() function
907 EXPORT_SYMBOL(seq_list_start);
914 return seq_list_start(head, pos - 1); in seq_list_start_head()
/linux/kernel/
H A Dfail_function.c186 return seq_list_start(&fei_attr_list, *pos); in NOKPROBE_SYMBOL()
H A Dkprobes.c2888 return seq_list_start(&kprobe_blacklist, *pos); in kprobe_blacklist_seq_start()
/linux/kernel/trace/rv/
H A Drv_reactors.c104 return seq_list_start(&rv_reactors_list, *pos); in reactors_start()
H A Drv.c475 return seq_list_start(&rv_monitors_list, *pos); in available_monitors_start()
/linux/kernel/trace/
H A Dtrace_dynevent.c167 return seq_list_start(&dyn_event_list, *pos); in dyn_event_seq_start()
H A Dtrace_events_trigger.c232 return seq_list_start(&event_file->triggers, *pos); in trigger_start()
H A Dtrace.c7692 return seq_list_start(&tr->err_log, *pos); in tracing_err_log_seq_start()
/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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_dbg.c1088 return seq_list_start(&dump_data->buff_list, *pos); in dr_dump_start()
1101 return seq_list_start(&dump_data->buff_list, *pos); in dr_dump_start()
/linux/drivers/thermal/
H A Dthermal_debugfs.c768 return seq_list_start(&tz_dbg->tz_episodes, *pos); in tze_seq_start()
/linux/fs/dlm/
H A Ddebug_fs.c417 return seq_list_start(list, *pos); in table_seq_start()
/linux/net/atm/
H A Dbr2684.c771 return seq_list_start(&br2684_devs, *pos); in br2684_seq_start()
/linux/drivers/input/
H A Dinput.c1047 return seq_list_start(&input_dev_list, *pos); in input_devices_seq_start()
1169 return seq_list_start(&input_handler_list, *pos); in input_handlers_seq_start()
/linux/Documentation/filesystems/
H A Dseq_file.rst368 struct list_head *seq_list_start(struct list_head *head,
/linux/mm/
H A Dslab_common.c1099 return seq_list_start(&slab_caches, *pos); in slab_next()
/linux/net/netfilter/
H A Dx_tables.c1530 return seq_list_start(&xt_net->tables[af], *pos); in xt_table_seq_start()