Home
last modified time | relevance | path

Searched refs:list (Results 2601 - 2625 of 14732) sorted by relevance

1...<<101102103104105106107108109110>>...590

/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Dvdec.h12 #include <linux/list.h>
24 struct list_head list; member
31 * @list: used to make lists out of this struct
39 struct list_head list; member
155 * @pixfmts_cap: list of CAPTURE pixel formats available with pixfmt
211 * @bufs_recycle: list of buffers that need to be recycled
212 * @bufs_recycle_lock: lock for the bufs_recycle list
214 * @timestamps: chronological list of src timestamps
215 * @ts_spinlock: spinlock for the timestamps list
261 struct mutex bufs_recycle_lock; /* bufs_recycle list loc
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbpf_local_storage.h12 #include <linux/list.h>
20 struct hlist_head list; member
31 * 2. Maintain a list to keep track of all elems such
36 * as the "key" to search in the list of elem in
82 struct hlist_head list; /* List of bpf_local_storage_elem */ member
83 void *owner; /* The object that owns the above "list" of
87 raw_spinlock_t lock; /* Protect adding/removing from the "list" */
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c92 #define ALLOW_ITEM(caps, list) \
94 .opcodes = list, \
95 .size = ARRAY_SIZE(list) \
/kernel/linux/linux-6.6/fs/btrfs/
H A Dordered-data.h24 struct list_head list; member
134 /* list of checksums for insertion when the extent io is done */
135 struct list_head list; member
146 /* a per root list of all the pending ordered extents */
199 struct list_head *list);
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_panel.h29 #include <linux/list.h>
174 * @list
176 * Used for linking into panel's list; set by drm_panel_add_follower().
178 struct list_head list; member
227 * @list:
231 struct list_head list; member
236 * A list of struct drm_panel_follower dependent on this panel.
243 * Lock for followers list.
/kernel/linux/linux-6.6/include/linux/
H A Dbpf_local_storage.h13 #include <linux/list.h>
25 struct hlist_head list; member
36 * 2. Maintain a list to keep track of all elems such
41 * as the "key" to search in the list of elem in
91 struct hlist_head list; /* List of bpf_local_storage_elem */ member
92 void *owner; /* The object that owns the above "list" of
96 raw_spinlock_t lock; /* Protect adding/removing from the "list" */
H A Dresctrl.h6 #include <linux/list.h>
57 * @list: all instances of this resource
74 struct list_head list; member
190 * @list: Member of resctrl_schema_all.
200 struct list_head list; member
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dconf_space.h11 #include <linux/list.h>
58 struct list_head list; member
62 struct list_head list; member
/kernel/linux/linux-6.6/include/media/
H A Ddemux.h31 #include <linux/list.h>
361 * DMX_FE_ENTRY - Casts elements in the list of registered
365 * @list: list of struct dmx_frontend
367 #define DMX_FE_ENTRY(list) \
368 list_entry(list, struct dmx_frontend, connectivity_list)
525 * It returns a struct list_head pointer to the list of front-end
526 * interfaces, or NULL in the case of an empty list.
/kernel/linux/linux-6.6/include/net/
H A Dinet_timewait_sock.h14 #include <linux/list.h>
81 #define twsk_for_each_bound_bhash2(__tw, list) \
82 hlist_for_each_entry(__tw, list, tw_bind2_node)
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_gate.h23 struct list_head list; member
120 list_for_each_entry(entry, &p->entries, list) in tcf_gate_get_list()
131 list_for_each_entry(entry, &p->entries, list) { in tcf_gate_get_list()
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Dvdec.h12 #include <linux/list.h>
24 struct list_head list; member
31 * @list: used to make lists out of this struct
39 struct list_head list; member
158 * @pixfmts_cap: list of CAPTURE pixel formats available with pixfmt
218 * @bufs_recycle: list of buffers that need to be recycled
219 * @bufs_recycle_lock: lock for the bufs_recycle list
221 * @timestamps: chronological list of src timestamps
222 * @ts_spinlock: spinlock for the timestamps list
271 struct mutex bufs_recycle_lock; /* bufs_recycle list loc
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h26 #include <linux/list.h>
57 list_entry((list_ptr), struct hmm_buffer_object, list)
98 /* list lock is used to protect the entire_bo_list */
102 /* linked list for entire buffer object */
114 struct list_head list; member
133 * to maintain a bo linked list instead of insert this bo
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h36 #include <linux/list.h>
48 static inline struct list_head *get_next(struct list_head *list) in get_next() argument
50 return list->next; in get_next()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvhci.h11 #include <linux/list.h>
54 struct list_head list; member
64 struct list_head list; member
/kernel/linux/linux-6.6/drivers/nubus/
H A Dbus.c9 #include <linux/list.h>
75 list_for_each_entry_safe(fres, tmp, &nubus_func_rsrcs, list) in nubus_device_release()
77 list_del(&fres->list); in nubus_device_release()
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_coredump.c58 * ipc_coredump_get_list - Get coredump list from modem
95 num_entries = le32_to_cpu(cd_table->list.num_entries); in ipc_coredump_get_list()
102 file_size = le32_to_cpu(cd_table->list.entry[i].size); in ipc_coredump_get_list()
103 filename = cd_table->list.entry[i].filename; in ipc_coredump_get_list()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H A Dencl.h12 #include <linux/list.h>
47 struct list_head list; member
78 struct list_head list; member
/kernel/linux/linux-6.6/block/partitions/
H A Dldm.h16 #include <linux/list.h>
87 struct list_head list; member
178 struct list_head list; member
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dmad_priv.h18 * copyright notice, this list of conditions and the following
22 * copyright notice, this list of conditions and the following
66 struct list_head list; member
86 struct list_head list; member
180 struct list_head list; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-lg3ff.c53 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play()
91 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter()
130 hidinput = list_entry(hid->inputs.next, struct hid_input, list); in lg3ff_init()
H A Dhid-uclogic-core-test.c71 /* Initialize the list of events to hook */ in hid_test_uclogic_exec_event_hook_test()
74 INIT_LIST_HEAD(&p.event_hooks->list); in hid_test_uclogic_exec_event_hook_test()
87 list_add_tail(&filter->list, &p.event_hooks->list); in hid_test_uclogic_exec_event_hook_test()
/kernel/linux/linux-6.6/drivers/interconnect/
H A Ddebugfs-client.c36 struct list_head list; member
43 list_for_each_entry(path, &debugfs_paths, list) { in get_path()
98 list_add_tail(&debugfs_path->list, &debugfs_paths); in icc_get_set()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-cache-policy.c25 list_for_each_entry(t, &register_list, list) in __find_policy()
95 list_add(&type->list, &register_list); in dm_cache_policy_register()
107 list_del_init(&type->list); in dm_cache_policy_unregister()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dstackcollapse.py97 stack = list()
125 list = sorted(lines)
126 for stack in list:

Completed in 15 milliseconds

1...<<101102103104105106107108109110>>...590