Home
last modified time | relevance | path

Searched defs:lists (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-config.c13 static QemuOptsList *find_list(QemuOptsList **lists, const char *group, in find_list()
170 QemuOptsList **lists = opaque; in qemu_config_do_parse() local
181 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname, Error **errp) in qemu_config_parse()
283 bool qemu_config_parse_qdict(QDict *options, QemuOptsList **lists, in qemu_config_parse_qdict()
/openbmc/linux/kernel/bpf/
H A Dbpf_lru_list.h32 struct list_head lists[NR_BPF_LRU_LIST_T]; member
41 struct list_head lists[NR_BPF_LRU_LOCAL_LIST_T]; member
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c62 reference_lists_init(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_init()
87 reference_lists_fini(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_fini()
1166 verify_wa_lists(struct intel_gt *gt, struct wa_lists *lists, in verify_wa_lists()
1201 struct wa_lists *lists; in live_gpu_reset_workarounds() local
1245 struct wa_lists *lists; in live_engine_reset_workarounds() local
/openbmc/linux/fs/xfs/
H A Dxfs_mru_cache.c93 struct list_head *lists; /* Array of lists, one per grp. */ member
/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c58 struct list_head *lists[] = { in xvip_graph_find_entity() local
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c297 const struct __guc_mmio_reg_descr_group *lists) in guc_capture_alloc_steered_lists()
359 const struct __guc_mmio_reg_descr_group *lists; in guc_capture_get_device_reglist() local
/openbmc/linux/tools/perf/util/
H A Dthread.h27 struct list_head lists; member
/openbmc/linux/sound/core/
H A Dcontrol.c2150 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
2197 struct list_head *lists) in _snd_ctl_unregister_ioctl()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c35 struct vsp1_dl_header_list lists[8]; member
/openbmc/linux/fs/nilfs2/
H A Dbtree.c2118 struct list_head *lists, in nilfs_btree_add_dirty_buffer()
2157 struct list_head lists[NILFS_BTREE_LEVEL_MAX]; in nilfs_btree_lookup_dirty_buffers() local
/openbmc/linux/drivers/clk/
H A Dclk.c3333 struct hlist_head **lists = s->private; in clk_summary_show() local
3398 struct hlist_head **lists = s->private; in clk_dump_show() local
4495 const struct hlist_head **lists; in clk_core_evict_parent_cache() local
/openbmc/linux/include/linux/
H A Dmmzone.h621 struct list_head lists[NR_LRU_LISTS]; member
695 struct list_head lists[NR_PCP_LISTS]; member
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h682 struct list_head lists[FIRQ_LIST_COUNT]; member
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c4501 char *sep = NULL, *lists[2] = { NULL, NULL, }; local