Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 262) sorted by relevance

1234567891011

/linux-6.6.21/drivers/dma-buf/
Ddma-fence-array.c28 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
116 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_release() local
129 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_array_set_deadline() local
170 struct dma_fence_array *array; in dma_fence_array_create() local
221 struct dma_fence_array *array = to_dma_fence_array(fence); in dma_fence_match_context() local
[all …]
Dst-dma-fence-unwrap.c48 struct dma_fence_array *array; in mock_array() local
98 struct dma_fence *f, *chain, *array; in sanitycheck() local
121 struct dma_fence *fence, *f1, *f2, *array; in unwrap_array() local
209 struct dma_fence *fence, *f1, *f2, *array, *chain; in unwrap_chain_array() local
/linux-6.6.21/drivers/misc/vmw_vmci/
Dvmci_handle_array.c19 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()
/linux-6.6.21/kernel/bpf/
Darraymap.c22 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu()
32 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu()
87 struct bpf_array *array; in array_map_alloc() local
157 static void *array_map_elem_ptr(struct bpf_array* array, u32 index) in array_map_elem_ptr()
165 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local
177 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_addr() local
191 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_meta() local
207 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local
240 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local
251 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_percpu_elem() local
[all …]
Dreuseport_array.c52 struct reuseport_array *array = reuseport_array(map); in reuseport_array_lookup_elem() local
64 struct reuseport_array *array = reuseport_array(map); in reuseport_array_delete_elem() local
96 struct reuseport_array *array = reuseport_array(map); in reuseport_array_free() local
152 struct reuseport_array *array; in reuseport_array_alloc() local
188 reuseport_array_update_check(const struct reuseport_array *array, in reuseport_array_update_check()
235 struct reuseport_array *array = reuseport_array(map); in bpf_fd_reuseport_array_update_elem() local
319 struct reuseport_array *array = reuseport_array(map); in reuseport_array_get_next_key() local
337 struct reuseport_array *array; in reuseport_array_mem_usage() local
/linux-6.6.21/fs/xfs/scrub/
Dxfarray.c36 static inline void *xfarray_scratch(struct xfarray *array) in xfarray_scratch()
44 struct xfarray *array, in xfarray_idx()
54 static inline loff_t xfarray_pos(struct xfarray *array, xfarray_idx_t idx) in xfarray_pos()
76 struct xfarray *array; in xfarray_create() local
123 struct xfarray *array) in xfarray_destroy()
132 struct xfarray *array, in xfarray_load()
146 struct xfarray *array, in xfarray_is_unset()
168 struct xfarray *array, in xfarray_unset()
201 struct xfarray *array, in xfarray_store()
224 struct xfarray *array, in xfarray_element_is_null()
[all …]
Dxfarray.h14 #define foreach_xfarray_idx(array, idx) \ argument
49 static inline int xfarray_append(struct xfarray *array, const void *ptr) in xfarray_append()
69 struct xfarray *array; member
/linux-6.6.21/fs/nfs/
Dpnfs_nfs.c130 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 …]
Ddir.c152 struct nfs_cache_array_entry array[]; member
204 struct nfs_cache_array *array; in nfs_readdir_folio_init_array() local
221 struct nfs_cache_array *array; in nfs_readdir_clear_array() local
255 static u64 nfs_readdir_array_index_cookie(struct nfs_cache_array *array) in nfs_readdir_array_index_cookie()
260 static void nfs_readdir_array_set_eof(struct nfs_cache_array *array) in nfs_readdir_array_set_eof()
266 static bool nfs_readdir_array_is_full(struct nfs_cache_array *array) in nfs_readdir_array_is_full()
298 static int nfs_readdir_array_can_expand(struct nfs_cache_array *array) in nfs_readdir_array_can_expand()
313 struct nfs_cache_array *array; in nfs_readdir_folio_array_append() local
369 struct nfs_cache_array *array = kmap_local_folio(folio, 0); in nfs_readdir_folio_validate() local
413 struct nfs_cache_array *array; in nfs_readdir_folio_last_cookie() local
[all …]
/linux-6.6.21/drivers/infiniband/hw/mthca/
Dmthca_allocator.c113 void *mthca_array_get(struct mthca_array *array, int index) in mthca_array_get()
123 int mthca_array_set(struct mthca_array *array, int index, void *value) in mthca_array_set()
140 void mthca_array_clear(struct mthca_array *array, int index) in mthca_array_clear()
155 int mthca_array_init(struct mthca_array *array, int nent) in mthca_array_init()
173 void mthca_array_cleanup(struct mthca_array *array, int nent) in mthca_array_cleanup()
/linux-6.6.21/tools/perf/util/
Dbpf-utils.c75 __u32 *array = (__u32 *)info; in bpf_prog_info_read_offset_u32() local
85 __u64 *array = (__u64 *)info; in bpf_prog_info_read_offset_u64() local
95 __u32 *array = (__u32 *)info; in bpf_prog_info_set_offset_u32() local
104 __u64 *array = (__u64 *)info; in bpf_prog_info_set_offset_u64() local
/linux-6.6.21/sound/hda/
Darray.c19 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()
/linux-6.6.21/lib/
Dassoc_array.c133 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()
963 struct assoc_array_edit *assoc_array_insert(struct assoc_array *array, in assoc_array_insert()
1078 struct assoc_array_edit *assoc_array_delete(struct assoc_array *array, in assoc_array_delete()
1274 struct assoc_array_edit *assoc_array_clear(struct assoc_array *array, in assoc_array_clear()
1453 int assoc_array_gc(struct assoc_array *array, in assoc_array_gc()
Dstring_helpers.c147 int parse_int_array_user(const char __user *from, size_t count, int **array) in parse_int_array_user()
780 void kfree_strarray(char **array, size_t n) in kfree_strarray()
794 char **array; member
800 struct strarray *array = res; in devm_kfree_strarray() local
944 int match_string(const char * const *array, size_t n, const char *string) in match_string()
978 int __sysfs_match_string(const char * const *array, size_t n, const char *str) in __sysfs_match_string()
/linux-6.6.21/tools/perf/arch/powerpc/util/
Devent.c15 const __u64 *array, u64 type) in arch_perf_parse_sample_weight()
30 __u64 *array, u64 type) in arch_perf_synthesize_sample_weight()
/linux-6.6.21/include/linux/
Dskb_array.h107 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()
Dptr_ring.h307 void **array, int n) in __ptr_ring_consume_batched()
373 void **array, int n) in ptr_ring_consume_batched()
385 void **array, int n) in ptr_ring_consume_batched_irq()
397 void **array, int n) in ptr_ring_consume_batched_any()
410 void **array, int n) in ptr_ring_consume_batched_bh()
Dminmax.h188 #define __minmax_array(op, array, len) ({ \ argument
203 #define min_array(array, len) __minmax_array(min, array, len) argument
212 #define max_array(array, len) __minmax_array(max, array, len) argument
/linux-6.6.21/arch/x86/kvm/
Dcpuid.c811 static struct kvm_cpuid_entry2 *get_next_cpuid(struct kvm_cpuid_array *array) in get_next_cpuid()
819 static struct kvm_cpuid_entry2 *do_host_cpuid(struct kvm_cpuid_array *array, in do_host_cpuid()
862 static int __do_cpuid_func_emulated(struct kvm_cpuid_array *array, u32 func) in __do_cpuid_func_emulated()
897 static inline int __do_cpuid_func(struct kvm_cpuid_array *array, u32 function) in __do_cpuid_func()
1316 static int do_cpuid_func(struct kvm_cpuid_array *array, u32 func, in do_cpuid_func()
1327 static int get_cpuid_func(struct kvm_cpuid_array *array, u32 func, in get_cpuid_func()
1386 struct kvm_cpuid_array array = { in kvm_dev_ioctl_get_cpuid() local
/linux-6.6.21/drivers/scsi/isci/
Dunsolicited_frame_control.h172 struct scu_unsolicited_frame_header *array; member
195 struct sci_unsolicited_frame array[SCU_MAX_UNSOLICITED_FRAMES]; member
217 u64 *array; member
/linux-6.6.21/drivers/gpio/
Dgpiolib-legacy.c73 int gpio_request_array(const struct gpio *array, size_t num) in gpio_request_array()
96 void gpio_free_array(const struct gpio *array, size_t num) in gpio_free_array()
/linux-6.6.21/tools/perf/arch/x86/util/
Devent.c83 const __u64 *array, u64 type) in arch_perf_parse_sample_weight()
98 __u64 *array, u64 type) in arch_perf_synthesize_sample_weight()
/linux-6.6.21/drivers/target/iscsi/
Discsi_target_seq_pdu_list.c94 static void iscsit_create_random_array(u32 *array, u32 count) in iscsit_create_random_array()
124 u32 *array, pdu_count, seq_count = 0, seq_no = 0, seq_offset = 0; in iscsit_randomize_pdu_lists() local
174 u32 *array, seq_count = cmd->seq_count; in iscsit_randomize_seq_lists() local
/linux-6.6.21/tools/perf/trace/beauty/
Dbeauty.h17 #define DEFINE_STRARRAY(array, _prefix) struct strarray strarray__##array = { \ argument
23 #define DEFINE_STRARRAY_OFFSET(array, _prefix, off) struct strarray strarray__##array = { \ argument
52 #define DEFINE_STRARRAYS(array) struct strarrays strarrays__##array = { \ argument
/linux-6.6.21/kernel/trace/
Dtracing_map.h173 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument
177 #define TRACING_MAP_ENTRY(array, idx) \ argument
180 #define TRACING_MAP_ELT(array, idx) \ argument

1234567891011