Home
last modified time | relevance | path

Searched refs:list (Results 10026 - 10050 of 16198) sorted by relevance

1...<<401402403404405406407408409410>>...648

/kernel/linux/linux-6.6/drivers/opp/
H A Dopp.h18 #include <linux/list.h>
124 * @node: list node
152 * @dev_list: list of devices that share these OPPs
/kernel/linux/linux-6.6/drivers/gpu/drm/gud/
H A Dgud_internal.h6 #include <linux/list.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_plane_helper.c26 #include <linux/list.h>
61 * should be called twice: once with a NULL connector list to retrieve
62 * the list size, and once with the properly allocated list to be filled in.
274 * it from the DRM plane list, and deallocate the plane structure.
/kernel/linux/linux-6.6/drivers/iio/trigger/
H A Diio-trig-sysfs.c10 #include <linux/list.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h29 * remove them as the object or context is closed, we need a secondary list
98 * referenced so act accordingly (Perhaps changing an LRU list etc).
256 * @vma.lock: protect the list/tree of vmas
261 * @vma.list: List of VMAs backed by this object
263 * The VMA on this list are ordered by type, all GGTT vma are
269 struct list_head list; member
276 * i915_vma_instance(). They are also added to @vma.list for
296 * context, we add it to the list to ensure we can unlock everything
591 * shrinker list once the pages are released.
595 * the object from the shrinker list, i
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Dintel_region_ttm.c127 if (list_empty(&mem->objects.list)) in intel_region_ttm_fini()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h11 #include <linux/list.h>
102 * @signal_lock protects the list of requests that need signaling,
109 spinlock_t signal_lock; /* protects signals, the list of requests */
179 * the list is assumed to only be manipulated during driver load
195 * @fences: maintains a list of requests that are currently
204 /** @requests: list of active requests on this context */
241 * list when context is pending to be destroyed (deregistered with the
250 * @child_list: parent's list of children
256 * @child_link: child's link into parent's list of
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.h21 struct list_head list; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dwacom.h242 void wacom_idleprox_timeout(struct timer_list *list);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_ftrace.c31 func = list_first_entry(&ftrace->filters, struct filter_entry, list); in perf_ftrace__latency_prepare_bpf()
H A Ddb-export.h11 #include <linux/list.h>
H A Dsrccode.c7 #include <linux/list.h>
/kernel/linux/linux-6.6/tools/objtool/
H A Dspecial.c136 * Read all the special sections and create a list of special_alt structs which
177 list_add_tail(&alt->list, alts); in special_get_alts()
/kernel/linux/linux-6.6/net/wireless/
H A Dsysfs.c90 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_leave_all()
/kernel/linux/linux-6.6/net/tipc/
H A Dcore.h13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
55 #include <linux/list.h>
104 /* Node table and node list */
111 /* Neighbor monitoring list */
115 /* Bearer list */
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_synproxy.sh112 ip netns exec $nsr nft list ruleset
/kernel/linux/linux-6.6/tools/workqueue/
H A Dwq_monitor.py43 from drgn.helpers.linux.list import list_for_each_entry,list_empty
161 for wq in list_for_each_entry('struct workqueue_struct', workqueues.address_of_(), 'list'):
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.h88 struct list_head list; member
122 struct list_head pcm_list; /* azx_pcm list */
/kernel/linux/linux-6.6/scripts/
H A Dparse-maintainers.pl40 L: Mailing list where patches should be sent
/kernel/linux/linux-6.6/sound/drivers/opl4/
H A Dopl4_local.h11 * notice, this list of conditions, and the following disclaimer,
160 struct list_head list; member
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A DTdcResults.py51 if type(newstep) == list:
56 raise TypeError('TdcResults.add_steps() requires a list or str')
/kernel/linux/linux-6.6/virt/lib/
H A Dirqbypass.c18 #include <linux/list.h>
81 * Add the provided IRQ producer to the list of producers and connect
82 * with any matching token found on the IRQ consumers list.
132 * Remove a previously registered IRQ producer from the list of producers
146 return; /* nothing in the list anyway */ in irq_bypass_unregister_producer()
176 * Add the provided IRQ consumer to the list of consumers and connect
177 * with any matching token found on the IRQ producer list.
228 * Remove a previously registered IRQ consumer from the list of consumers
242 return; /* nothing in the list anyway */ in irq_bypass_unregister_consumer()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-midi.c101 list_for_each_entry(subs, &str->substreams, list) { in set_substream_names()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-midi.c131 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8524.c190 wm8524->rate_constraint.list = &wm8524->rate_constraint_list[0]; in wm8524_probe()

Completed in 18 milliseconds

1...<<401402403404405406407408409410>>...648