Home
last modified time | relevance | path

Searched refs:list (Results 4401 - 4425 of 14732) sorted by relevance

1...<<171172173174175176177178179180>>...590

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Deq.h13 struct list_head list; member
16 spinlock_t lock; /* lock completion tasklet list */
48 struct list_head list; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot.h65 struct list_head list; member
69 struct list_head list; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_client.h146 struct list_head list; member
153 struct list_head list; /* list of registered clients */ member
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H A Dfirmware.h9 #include <linux/list.h>
66 struct list_head list; member
123 * the pending list in all abort/done paths. in __fw_state_set()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dspace-info.h134 struct list_head list; member
164 struct list_head list; member
H A Dtree-log.h33 struct list_head list; member
51 INIT_LIST_HEAD(&ctx->list); in btrfs_init_log_ctx()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dquota.h16 #include <linux/list.h>
35 struct llist_node list; /* Member of list of dquots to drop */ member
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h17 #include <linux/list.h>
125 * full list walk, we use a simple hash table.
127 * .list is on one of three lists:
149 struct list_head list; /* LRU list or free list */ member
157 /* special label when on free list */
191 /* number of elements currently on to_be_changed list */
195 unsigned used; /* number of elements currently on in_use list */
H A Dllist.h5 * Lock-less NULL terminated single linked list
16 * needed. This is because llist_del_first depends on list->first->next not
19 * preempted back, the list->first is the same as before causing the cmpxchg in
35 * The list entries deleted via llist_del_all can be traversed with
36 * traversing function such as llist_for_each etc. But the list
37 * entries can not be traversed safely before deleted from the list.
42 * The basic atomic operation of this list is cmpxchg on long. On
44 * list can NOT be used in NMI handlers. So code that uses the list in
68 * init_llist_head - initialize lock-less list hea
71 init_llist_head(struct llist_head *list) init_llist_head() argument
[all...]
H A Dif_macvlan.h7 #include <linux/list.h>
20 struct list_head list; member
H A Dstop_machine.h8 #include <linux/list.h>
25 struct list_head list; /* cpu_stopper->works */ member
/kernel/linux/linux-6.6/include/linux/iio/
H A Dtrigger.h47 * @list: [INTERN] used in maintenance of global trigger list
48 * @alloc_list: [DRIVER] used for driver specific trigger list
67 struct list_head list; member
97 WARN_ONCE(list_empty(&trig->list), in iio_trigger_get()
/kernel/linux/linux-6.6/include/net/iucv/
H A Daf_iucv.h15 #include <linux/list.h>
58 struct list_head list; member
/kernel/linux/linux-6.6/include/linux/net/intel/
H A Di40e_client.h170 struct list_head list; member
177 struct list_head list; /* list of registered clients */ member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dgadget_configfs.h69 list_for_each_entry(gs, &gi->string_list, list) { \
78 list_add_tail(&new->list, &gi->string_list); \
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Drpc_pipe_fs.h28 struct list_head list; member
97 return (msg->copied != 0 && list_empty(&msg->list)); in rpc_msg_is_inflight()
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/
H A Dvi.h10 #include <linux/list.h>
100 * @vi_chans: list head for VI channels
116 * @list: list head for this entry
161 * @capture: list of queued buffers for capture
162 * @start_lock: protects the capture queued list
163 * @done: list of capture done queued buffers
164 * @done_lock: protects the capture done queue list
182 struct list_head list; member
212 /* protects the capture queued list */
[all...]
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.h19 #include <linux/list.h>
111 struct list_head list; member
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_io.c120 INIT_LIST_HEAD(&pio_req->list); in r8712_alloc_io_queue()
121 list_add_tail(&pio_req->list, &pio_queue->free_ioreqs); in r8712_alloc_io_queue()
H A Dsta_info.h28 struct list_head list; member
46 struct list_head list; /*free_sta_queue*/ member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.h90 struct list_head list; member
96 struct list_head list; member
/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dvm.c50 list_add(&vm->list, &acrn_vm_list); in acrn_vm_create()
75 /* Remove from global VM list */ in acrn_vm_destroy()
77 list_del_init(&vm->list); in acrn_vm_destroy()
/kernel/linux/linux-6.6/drivers/block/rnbd/
H A Drnbd-clt.h77 struct list_head list; member
92 struct list_head devs_list; /* list of struct rnbd_clt_dev */
123 struct list_head list; member
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dembedded-firmware.c82 list_add(&fw->list, &efi_embedded_fw_list); in efi_check_md_for_embedded_firmware()
132 list_for_each_entry(iter, &efi_embedded_fw_list, list) { in efi_get_embedded_fw()
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-topology.h16 #include <linux/list.h>
64 struct list_head list; member

Completed in 14 milliseconds

1...<<171172173174175176177178179180>>...590