Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_lru_list.h31 struct list_head lists[NR_BPF_LRU_LIST_T]; member
40 struct list_head lists[NR_BPF_LRU_LOCAL_LIST_T]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c61 reference_lists_init(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_init()
86 reference_lists_fini(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_fini()
1131 verify_wa_lists(struct i915_gem_context *ctx, struct wa_lists *lists, in verify_wa_lists()
1162 struct wa_lists lists; in live_gpu_reset_workarounds() local
1209 struct wa_lists lists; in live_engine_reset_workarounds() local
/kernel/linux/linux-5.10/tools/perf/util/
Dthread.h26 struct list_head lists; member
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mru_cache.c93 struct list_head *lists; /* Array of lists, one per grp. */ member
/kernel/linux/linux-5.10/sound/core/
Dcontrol.c1854 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
1897 struct list_head *lists) in _snd_ctl_unregister_ioctl()
/kernel/linux/linux-5.10/include/linux/
Dmmzone.h309 struct list_head lists[NR_LRU_LISTS]; member
356 struct list_head lists[MIGRATE_PCPTYPES]; member
/kernel/linux/linux-5.10/drivers/clk/
Dclk.c2974 struct hlist_head **lists = (struct hlist_head **)s->private; in clk_summary_show() local
3033 struct hlist_head **lists = (struct hlist_head **)s->private; in clk_dump_show() local
4051 struct hlist_head **lists; in clk_core_evict_parent_cache() local
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
Dvsp1_dl.c35 struct vsp1_dl_header_list lists[8]; member
/kernel/linux/linux-5.10/fs/nilfs2/
Dbtree.c2116 struct list_head *lists, in nilfs_btree_add_dirty_buffer()
2155 struct list_head lists[NILFS_BTREE_LEVEL_MAX]; in nilfs_btree_lookup_dirty_buffers() local
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dkvm_host.h665 struct list_head lists[FIRQ_LIST_COUNT]; member
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-trace.c4578 char *sep = NULL, *lists[2] = { NULL, NULL, }; local