Searched refs:list (Results 451 - 475 of 5602) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/perf/util/
H A Dsrcline.h5 #include <linux/list.h>
35 struct list_head list; member in struct:inline_list
47 /* free resources associated to the inline node list */
50 /* insert the inline node list into the DSO, which will take ownership */
53 /* find previously inserted inline node list */
/linux-master/tools/perf/tests/shell/
H A Dstat_all_metrics.sh6 for m in $(perf list --raw-dump metrics); do
/linux-master/drivers/char/
H A Dmisc.c55 * Head entry for the doubly linked miscdevice list
107 const struct miscdevice *p = list_entry(v, struct miscdevice, list);
131 list_for_each_entry(iter, &misc_list, list) {
144 list_for_each_entry(iter, &misc_list, list) {
217 INIT_LIST_HEAD(&misc->list);
232 list_for_each_entry(c, &misc_list, list) {
258 list_add(&misc->list, &misc_list);
275 if (WARN_ON(list_empty(&misc->list)))
279 list_del(&misc->list);
/linux-master/arch/arm/mm/
H A Dmm.h3 #include <linux/list.h>
70 struct list_head list; member in struct:static_vm
/linux-master/kernel/bpf/
H A Dbpf_lru_list.h8 #include <linux/list.h>
25 struct list_head list; member in struct:bpf_lru_node
34 /* The next inactive list rotation starts from here */
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.h17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
64 struct list_head list; member in struct:sched_queue_entry
70 struct list_head list; member in struct:sched_flowc_entry
/linux-master/include/drm/
H A Ddrm_debugfs.h54 * struct drm_info_list - debugfs info list entry
94 struct list_head list; member in struct:drm_info_node
99 * struct drm_debugfs_info - debugfs info list entry
137 /** @list: Linked list of all device nodes. */
138 struct list_head list; member in struct:drm_debugfs_entry
/linux-master/drivers/infiniband/hw/hfi1/
H A Daffinity.h66 struct list_head list; member in struct:hfi1_affinity_node
70 struct list_head list; member in struct:hfi1_affinity_node_list
H A Diowait.h9 #include <linux/list.h>
39 * @tx_head: list of prebuilt packets
57 * @list: used to add/insert into QP/PQ wait lists
58 * @tx_head: overflow list of sdma_txreq's
68 * @count: total number of descriptors in tx_head'ed list
70 * @tx_count: number of tx entry's in tx_head'ed list
94 * the seqlock_t that guards the list head.
99 struct list_head list; member in struct:iowait
281 * iowait_get_txhead() - get packet off of iowait list
293 list);
[all...]
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.h15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
37 #include <linux/list.h>
78 struct list_head list; member in struct:usnic_uiom_chunk
/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.h15 #include <linux/list.h>
62 struct list_head list[4]; /* iso, int, ctrl, bulk */ member in struct:c67x00_hcd
/linux-master/include/media/
H A Dv4l2-event.h26 * @list: List node for the v4l2_fh->available list.
32 struct list_head list; member in struct:v4l2_kevent
57 * @list: List node for the v4l2_fh->subscribed list.
62 * @node: List node that hooks into the object's event list
71 struct list_head list; member in struct:v4l2_subscribed_event
/linux-master/drivers/virt/acrn/
H A Dioeventfd.c19 * @list: Entry within &acrn_vm.ioeventfds of ioeventfds of a VM
28 struct list_head list; member in struct:hsm_ioeventfd
48 list_del(&p->list);
60 list_for_each_entry(p, &vm->ioeventfds, list)
105 INIT_LIST_HEAD(&p->list);
134 list_add_tail(&p->list, &vm->ioeventfds);
158 list_for_each_entry(p, &vm->ioeventfds, list) {
180 list_for_each_entry(p, &vm->ioeventfds, list) {
270 list_for_each_entry_safe(p, next, &vm->ioeventfds, list)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gpu_scheduler.h52 list_add(&job->drm.list, &sched->base.pending_list);
59 struct xe_sched_job, drm.list);
/linux-master/arch/mips/include/asm/
H A Dpci.h20 #include <linux/list.h>
31 struct list_head list; member in struct:pci_controller
/linux-master/arch/um/drivers/
H A Dchan.h10 #include <linux/list.h>
16 struct list_head list; member in struct:chan
/linux-master/fs/btrfs/
H A Dulist.h11 #include <linux/list.h>
16 * values. The only operations it supports is adding to the list and
26 * element of the list
32 struct list_head list; /* used to link node */ member in struct:ulist_node
38 * number of elements stored in list
/linux-master/drivers/block/rnbd/
H A Drnbd-srv.h22 struct list_head list; member in struct:rnbd_srv_session
34 struct list_head list; member in struct:rnbd_srv_dev
/linux-master/drivers/md/dm-vdo/
H A Dpacker.h9 #include <linux/list.h>
65 struct list_head list; member in struct:packer_bin
79 /* A list of all packer_bins, kept sorted by free_space */
/linux-master/drivers/base/power/
H A Dcommon.c174 * @list: An out-parameter with an allocated list of attached PM domains.
177 * caller, which is typically a driver's probe function, may provide a list of
179 * may also provide an empty list, in case the attach should be done for all of
186 * a failure. Note that, to detach the list of PM domains, the driver shall call
191 struct dev_pm_domain_list **list)
264 *list = pds;
300 * dev_pm_domain_detach_list - Detach a list of PM domains.
301 * @list: The list o
189 dev_pm_domain_attach_list(struct device *dev, const struct dev_pm_domain_attach_data *data, struct dev_pm_domain_list **list) argument
309 dev_pm_domain_detach_list(struct dev_pm_domain_list *list) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_panel.c60 INIT_LIST_HEAD(&panel->list);
79 list_add_tail(&panel->list, &panel_list);
93 list_del_init(&panel->list);
130 list_for_each_entry(follower, &panel->followers, list) {
171 list_for_each_entry(follower, &panel->followers, list) {
324 list_for_each_entry(panel, &panel_list, list) {
443 list_add_tail(&follower->list, &panel->followers);
479 list_del_init(&follower->list);
/linux-master/scripts/
H A DMakefile.dtbinst25 dtbs := $(patsubst $(obj)/%,%,$(call read-file, $(obj)/dtbs-list))
/linux-master/fs/efivarfs/
H A Dinternal.h9 #include <linux/list.h>
32 struct list_head list; member in struct:efivar_entry
/linux-master/net/batman-adv/
H A Doriginator.c17 #include <linux/list.h>
118 hlist_for_each_entry_rcu(tmp, &orig_node->vlan_list, list) {
141 * belonging to orig_node otherwise. The object is created and added to the list
167 hlist_add_head_rcu(&vlan->list, &orig_node->vlan_list);
249 hlist_del_init_rcu(&hardif_neigh->list);
270 &neigh_node->ifinfo_list, list) {
299 hlist_for_each_entry_rcu(orig_ifinfo, &orig_node->ifinfo_list, list) {
358 list) {
379 * interface otherwise. The object is created and added to the list
408 INIT_HLIST_NODE(&orig_ifinfo->list);
[all...]
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.h11 #include <linux/list.h>
26 struct list_head list; member in struct:ipu6_bus_device

Completed in 412 milliseconds

<<11121314151617181920>>