| /kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
| D | vmci_handle_array.c | 19 struct vmci_handle_arr *array; in vmci_handle_arr_create() local 39 void vmci_handle_arr_destroy(struct vmci_handle_arr *array) in vmci_handle_arr_destroy() 47 struct vmci_handle_arr *array = *array_ptr; in vmci_handle_arr_append_entry() local 77 struct vmci_handle vmci_handle_arr_remove_entry(struct vmci_handle_arr *array, in vmci_handle_arr_remove_entry() 99 struct vmci_handle vmci_handle_arr_remove_tail(struct vmci_handle_arr *array) in vmci_handle_arr_remove_tail() 116 vmci_handle_arr_get_entry(const struct vmci_handle_arr *array, u32 index) in vmci_handle_arr_get_entry() 124 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array, in vmci_handle_arr_has_entry() 140 struct vmci_handle *vmci_handle_arr_get_handles(struct vmci_handle_arr *array) in vmci_handle_arr_get_handles()
|
| /kernel/linux/linux-4.19/drivers/misc/vmw_vmci/ |
| D | vmci_handle_array.c | 27 struct vmci_handle_arr *array; in vmci_handle_arr_create() local 47 void vmci_handle_arr_destroy(struct vmci_handle_arr *array) in vmci_handle_arr_destroy() 55 struct vmci_handle_arr *array = *array_ptr; in vmci_handle_arr_append_entry() local 85 struct vmci_handle vmci_handle_arr_remove_entry(struct vmci_handle_arr *array, in vmci_handle_arr_remove_entry() 107 struct vmci_handle vmci_handle_arr_remove_tail(struct vmci_handle_arr *array) in vmci_handle_arr_remove_tail() 124 vmci_handle_arr_get_entry(const struct vmci_handle_arr *array, u32 index) in vmci_handle_arr_get_entry() 132 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array, in vmci_handle_arr_has_entry() 148 struct vmci_handle *vmci_handle_arr_get_handles(struct vmci_handle_arr *array) in vmci_handle_arr_get_handles()
|
| /kernel/linux/linux-5.10/drivers/dma-buf/ |
| D | dma-fence-array.c | 28 static void dma_fence_array_set_pending_error(struct dma_fence_array *array, in dma_fence_array_set_pending_error() 39 static void dma_fence_array_clear_pending_error(struct dma_fence_array *array) in dma_fence_array_clear_pending_error() 47 struct dma_fence_array *array = container_of(wrk, typeof(*array), work); in irq_dma_fence_array_work() local 60 struct dma_fence_array *array = array_cb->array; in dma_fence_array_cb_func() local 72 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_enable_signaling() local 105 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_signaled() local 112 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_release() local 155 struct dma_fence_array *array; in dma_fence_array_create() local 190 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_match_context() local
|
| /kernel/linux/linux-4.19/drivers/dma-buf/ |
| D | dma-fence-array.c | 36 struct dma_fence_array *array = container_of(wrk, typeof(*array), work); in irq_dma_fence_array_work() local 47 struct dma_fence_array *array = array_cb->array; in dma_fence_array_cb_func() local 57 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_enable_signaling() local 85 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_signaled() local 92 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_release() local 135 struct dma_fence_array *array; in dma_fence_array_create() local 168 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_match_context() local
|
| /kernel/linux/linux-4.19/kernel/bpf/ |
| D | arraymap.c | 27 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu() 37 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu() 85 struct bpf_array *array; in array_map_alloc() local 154 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local 166 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local 196 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local 207 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy() local 234 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key() local 254 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_update_elem() local 282 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_update() local [all …]
|
| D | reuseport_array.c | 51 struct reuseport_array *array = reuseport_array(map); in reuseport_array_lookup_elem() local 63 struct reuseport_array *array = reuseport_array(map); in reuseport_array_delete_elem() local 95 struct reuseport_array *array = reuseport_array(map); in reuseport_array_free() local 153 struct reuseport_array *array; in reuseport_array_alloc() local 207 reuseport_array_update_check(const struct reuseport_array *array, in reuseport_array_update_check() 254 struct reuseport_array *array = reuseport_array(map); in bpf_fd_reuseport_array_update_elem() local 340 struct reuseport_array *array = reuseport_array(map); in reuseport_array_get_next_key() local
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | arraymap.c | 21 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu() 31 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu() 89 struct bpf_array *array; in array_map_alloc() local 177 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local 189 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_addr() local 203 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_meta() local 219 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local 252 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local 263 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy() local 290 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key() local [all …]
|
| D | reuseport_array.c | 54 struct reuseport_array *array = reuseport_array(map); in reuseport_array_lookup_elem() local 66 struct reuseport_array *array = reuseport_array(map); in reuseport_array_delete_elem() local 98 struct reuseport_array *array = reuseport_array(map); in reuseport_array_free() local 154 struct reuseport_array *array; in reuseport_array_alloc() local 205 reuseport_array_update_check(const struct reuseport_array *array, in reuseport_array_update_check() 252 struct reuseport_array *array = reuseport_array(map); in bpf_fd_reuseport_array_update_elem() local 336 struct reuseport_array *array = reuseport_array(map); in reuseport_array_get_next_key() local
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | pnfs_nfs.c | 130 struct pnfs_commit_array *array; in pnfs_find_commit_array_by_lseg() local 144 struct pnfs_commit_array *array; in pnfs_add_commit_array() local 161 struct pnfs_commit_array *array; in pnfs_lookup_commit_array() local 176 pnfs_release_commit_array_locked(struct pnfs_commit_array *array) in pnfs_release_commit_array_locked() 184 pnfs_put_commit_array_locked(struct pnfs_commit_array *array) in pnfs_put_commit_array_locked() 191 pnfs_put_commit_array(struct pnfs_commit_array *array, struct inode *inode) in pnfs_put_commit_array() 200 pnfs_get_commit_array(struct pnfs_commit_array *array) in pnfs_get_commit_array() 208 pnfs_remove_and_free_commit_array(struct pnfs_commit_array *array) in pnfs_remove_and_free_commit_array() 219 struct pnfs_commit_array *array, *tmp; in pnfs_generic_ds_cinfo_release_lseg() local 229 struct pnfs_commit_array *array, *tmp; in pnfs_generic_ds_cinfo_destroy() local [all …]
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
| D | mthca_allocator.c | 118 void *mthca_array_get(struct mthca_array *array, int index) in mthca_array_get() 128 int mthca_array_set(struct mthca_array *array, int index, void *value) in mthca_array_set() 145 void mthca_array_clear(struct mthca_array *array, int index) in mthca_array_clear() 160 int mthca_array_init(struct mthca_array *array, int nent) in mthca_array_init() 178 void mthca_array_cleanup(struct mthca_array *array, int nent) in mthca_array_cleanup()
|
| /kernel/linux/linux-4.19/drivers/infiniband/hw/mthca/ |
| D | mthca_allocator.c | 118 void *mthca_array_get(struct mthca_array *array, int index) in mthca_array_get() 128 int mthca_array_set(struct mthca_array *array, int index, void *value) in mthca_array_set() 145 void mthca_array_clear(struct mthca_array *array, int index) in mthca_array_clear() 160 int mthca_array_init(struct mthca_array *array, int nent) in mthca_array_init() 178 void mthca_array_cleanup(struct mthca_array *array, int nent) in mthca_array_cleanup()
|
| /kernel/linux/linux-5.10/sound/hda/ |
| D | array.c | 19 void *snd_array_new(struct snd_array *array) in snd_array_new() 45 void snd_array_free(struct snd_array *array) in snd_array_free()
|
| /kernel/linux/linux-4.19/sound/hda/ |
| D | array.c | 18 void *snd_array_new(struct snd_array *array) in snd_array_new() 44 void snd_array_free(struct snd_array *array) in snd_array_free()
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| D | gpiolib-legacy.c | 85 int gpio_request_array(const struct gpio *array, size_t num) in gpio_request_array() 108 void gpio_free_array(const struct gpio *array, size_t num) in gpio_free_array()
|
| /kernel/linux/linux-4.19/drivers/gpio/ |
| D | gpiolib-legacy.c | 84 int gpio_request_array(const struct gpio *array, size_t num) in gpio_request_array() 107 void gpio_free_array(const struct gpio *array, size_t num) in gpio_free_array()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
| D | bb_cfg.c | 149 u32 *array = array_agc_tab_1t_8188e; in set_baseband_agc_config() local 384 u32 *array = array_phy_reg_1t_8188e; in set_baseband_phy_config() local 564 u32 *array = array_phy_reg_pg_8188e; in config_bb_with_pgheader() local
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8188eu/hal/ |
| D | bb_cfg.c | 149 u32 *array = array_agc_tab_1t_8188e; in set_baseband_agc_config() local 384 u32 *array = array_phy_reg_1t_8188e; in set_baseband_phy_config() local 564 u32 *array = array_phy_reg_pg_8188e; in config_bb_with_pgheader() local
|
| /kernel/linux/linux-5.10/drivers/scsi/isci/ |
| D | unsolicited_frame_control.h | 172 struct scu_unsolicited_frame_header *array; member 195 struct sci_unsolicited_frame array[SCU_MAX_UNSOLICITED_FRAMES]; member 217 u64 *array; member
|
| /kernel/linux/linux-4.19/drivers/scsi/isci/ |
| D | unsolicited_frame_control.h | 172 struct scu_unsolicited_frame_header *array; member 195 struct sci_unsolicited_frame array[SCU_MAX_UNSOLICITED_FRAMES]; member 217 u64 *array; member
|
| /kernel/linux/linux-5.10/lib/ |
| D | assoc_array.c | 133 int assoc_array_iterate(const struct assoc_array *array, in assoc_array_iterate() 170 assoc_array_walk(const struct assoc_array *array, in assoc_array_walk() 304 void *assoc_array_find(const struct assoc_array *array, in assoc_array_find() 441 void assoc_array_destroy(struct assoc_array *array, in assoc_array_destroy() 964 struct assoc_array_edit *assoc_array_insert(struct assoc_array *array, in assoc_array_insert() 1079 struct assoc_array_edit *assoc_array_delete(struct assoc_array *array, in assoc_array_delete() 1275 struct assoc_array_edit *assoc_array_clear(struct assoc_array *array, in assoc_array_clear() 1454 int assoc_array_gc(struct assoc_array *array, in assoc_array_gc()
|
| /kernel/linux/linux-4.19/lib/ |
| D | assoc_array.c | 137 int assoc_array_iterate(const struct assoc_array *array, in assoc_array_iterate() 174 assoc_array_walk(const struct assoc_array *array, in assoc_array_walk() 308 void *assoc_array_find(const struct assoc_array *array, in assoc_array_find() 445 void assoc_array_destroy(struct assoc_array *array, in assoc_array_destroy() 968 struct assoc_array_edit *assoc_array_insert(struct assoc_array *array, in assoc_array_insert() 1083 struct assoc_array_edit *assoc_array_delete(struct assoc_array *array, in assoc_array_delete() 1278 struct assoc_array_edit *assoc_array_clear(struct assoc_array *array, in assoc_array_clear() 1457 int assoc_array_gc(struct assoc_array *array, in assoc_array_gc()
|
| /kernel/linux/linux-5.10/arch/x86/kvm/ |
| D | cpuid.c | 514 static struct kvm_cpuid_entry2 *do_host_cpuid(struct kvm_cpuid_array *array, in do_host_cpuid() 551 static int __do_cpuid_func_emulated(struct kvm_cpuid_array *array, u32 func) in __do_cpuid_func_emulated() 585 static inline int __do_cpuid_func(struct kvm_cpuid_array *array, u32 function) in __do_cpuid_func() 892 static int do_cpuid_func(struct kvm_cpuid_array *array, u32 func, in do_cpuid_func() 903 static int get_cpuid_func(struct kvm_cpuid_array *array, u32 func, in get_cpuid_func() 962 struct kvm_cpuid_array array = { in kvm_dev_ioctl_get_cpuid() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | skb_array.h | 107 struct sk_buff **array, int n) in skb_array_consume_batched() 118 struct sk_buff **array, int n) in skb_array_consume_batched_irq() 129 struct sk_buff **array, int n) in skb_array_consume_batched_any() 141 struct sk_buff **array, int n) in skb_array_consume_batched_bh()
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | skb_array.h | 111 struct sk_buff **array, int n) in skb_array_consume_batched() 122 struct sk_buff **array, int n) in skb_array_consume_batched_irq() 133 struct sk_buff **array, int n) in skb_array_consume_batched_any() 145 struct sk_buff **array, int n) in skb_array_consume_batched_bh()
|
| /kernel/linux/linux-4.19/drivers/staging/rtlwifi/phydm/rtl8822b/ |
| D | halhwimg8822b_bb.c | 1343 u32 *array = array_mp_8822b_agc_tab; in odm_read_and_config_mp_8822b_agc_tab() local 1835 u32 *array = array_mp_8822b_phy_reg; in odm_read_and_config_mp_8822b_phy_reg() local 1938 u32 *array = array_mp_8822b_phy_reg_pg; in odm_read_and_config_mp_8822b_phy_reg_pg() local
|