/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | eq.h | 13 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 D | ocelot.h | 65 struct list_head list; member 69 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_client.h | 146 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 D | firmware.h | 9 #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 D | space-info.h | 134 struct list_head list; member 164 struct list_head list; member
|
H A D | tree-log.h | 33 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 D | quota.h | 16 #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 D | lru_cache.h | 17 #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 D | llist.h | 5 * 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 D | if_macvlan.h | 7 #include <linux/list.h> 20 struct list_head list; member
|
H A D | stop_machine.h | 8 #include <linux/list.h> 25 struct list_head list; /* cpu_stopper->works */ member
|
/kernel/linux/linux-6.6/include/linux/iio/ |
H A D | trigger.h | 47 * @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 D | af_iucv.h | 15 #include <linux/list.h> 58 struct list_head list; member
|
/kernel/linux/linux-6.6/include/linux/net/intel/ |
H A D | i40e_client.h | 170 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 D | gadget_configfs.h | 69 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 D | rpc_pipe_fs.h | 28 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 D | vi.h | 10 #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 D | usbatm.h | 19 #include <linux/list.h> 111 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_io.c | 120 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 D | sta_info.h | 28 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 D | atomisp_compat_css20.h | 90 struct list_head list; member 96 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/virt/acrn/ |
H A D | vm.c | 50 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 D | rnbd-clt.h | 77 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 D | embedded-firmware.c | 82 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 D | soc-topology.h | 16 #include <linux/list.h> 64 struct list_head list; member
|