| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_handle_array.c | 13 struct vmci_handle_arr *array; in vmci_handle_arr_create() local 33 void vmci_handle_arr_destroy(struct vmci_handle_arr *array) in vmci_handle_arr_destroy() 41 struct vmci_handle_arr *array = *array_ptr; in vmci_handle_arr_append_entry() local 71 struct vmci_handle vmci_handle_arr_remove_entry(struct vmci_handle_arr *array, in vmci_handle_arr_remove_entry() 93 struct vmci_handle vmci_handle_arr_remove_tail(struct vmci_handle_arr *array) in vmci_handle_arr_remove_tail() 110 vmci_handle_arr_get_entry(const struct vmci_handle_arr *array, u32 index) in vmci_handle_arr_get_entry() 118 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array, in vmci_handle_arr_has_entry() 134 struct vmci_handle *vmci_handle_arr_get_handles(struct vmci_handle_arr *array) in vmci_handle_arr_get_handles()
|
| H A D | vmci_handle_array.h | 41 const struct vmci_handle_arr *array) in vmci_handle_arr_get_size()
|
| /linux/fs/xfs/scrub/ |
| H A D | xfarray.c | 36 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 …]
|
| /linux/kernel/bpf/ |
| H A D | arraymap.c | 23 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu() 33 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu() 91 struct bpf_array *array; in array_map_alloc() local 161 static void *array_map_elem_ptr(struct bpf_array* array, u32 index) in array_map_elem_ptr() 169 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local 180 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_hash() local 190 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_addr() local 204 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_meta() local 220 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local 253 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local [all …]
|
| H A D | reuseport_array.c | 52 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/fs/nfs/ |
| H A D | pnfs_nfs.c | 132 struct pnfs_commit_array *array; in pnfs_find_commit_array_by_lseg() local 146 struct pnfs_commit_array *array; in pnfs_add_commit_array() local 163 struct pnfs_commit_array *array; in pnfs_lookup_commit_array() local 178 pnfs_release_commit_array_locked(struct pnfs_commit_array *array) in pnfs_release_commit_array_locked() 186 pnfs_put_commit_array_locked(struct pnfs_commit_array *array) in pnfs_put_commit_array_locked() 193 pnfs_put_commit_array(struct pnfs_commit_array *array, struct inode *inode) in pnfs_put_commit_array() 202 pnfs_get_commit_array(struct pnfs_commit_array *array) in pnfs_get_commit_array() 210 pnfs_remove_and_free_commit_array(struct pnfs_commit_array *array) in pnfs_remove_and_free_commit_array() 221 struct pnfs_commit_array *array, *tmp; in pnfs_generic_ds_cinfo_release_lseg() local 231 struct pnfs_commit_array *array, *tmp; in pnfs_generic_ds_cinfo_destroy() local [all …]
|
| H A D | dir.c | 205 struct nfs_cache_array *array; in nfs_readdir_folio_init_array() local 222 struct nfs_cache_array *array; in nfs_readdir_clear_array() local 256 static u64 nfs_readdir_array_index_cookie(struct nfs_cache_array *array) in nfs_readdir_array_index_cookie() 261 static void nfs_readdir_array_set_eof(struct nfs_cache_array *array) in nfs_readdir_array_set_eof() 267 static bool nfs_readdir_array_is_full(struct nfs_cache_array *array) in nfs_readdir_array_is_full() 299 static int nfs_readdir_array_can_expand(struct nfs_cache_array *array) in nfs_readdir_array_can_expand() 314 struct nfs_cache_array *array; in nfs_readdir_folio_array_append() local 370 struct nfs_cache_array *array = kmap_local_folio(folio, 0); in nfs_readdir_folio_validate() local 414 struct nfs_cache_array *array; in nfs_readdir_folio_last_cookie() local 425 struct nfs_cache_array *array; in nfs_readdir_folio_needs_filling() local [all …]
|
| /linux/tools/perf/util/ |
| H A D | bpf-utils.c | 75 __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 [all...] |
| /linux/sound/hda/core/ |
| H A 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()
|
| /linux/lib/ |
| H A 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() 305 void *assoc_array_find(const struct assoc_array *array, in assoc_array_find() 442 void assoc_array_destroy(struct assoc_array *array, in assoc_array_destroy() 962 struct assoc_array_edit *assoc_array_insert(struct assoc_array *array, in assoc_array_insert() 1077 struct assoc_array_edit *assoc_array_delete(struct assoc_array *array, in assoc_array_delete() 1273 struct assoc_array_edit *assoc_array_clear(struct assoc_array *array, in assoc_array_clear() 1452 int assoc_array_gc(struct assoc_array *array, in assoc_array_gc()
|
| /linux/drivers/scsi/isci/ |
| H A 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
|
| /linux/net/netfilter/ |
| H A D | nft_set_rbtree.c | 34 struct nft_array __rcu *array; member 112 struct nft_array *array = rcu_dereference(priv->array); in nft_rbtree_lookup() local 170 struct nft_array *array = rcu_dereference(priv->array); in nft_rbtree_get() local 542 static int nft_array_intervals_alloc(struct nft_array *array, u32 max_intervals) in nft_array_intervals_alloc() 561 struct nft_array *array; in nft_array_alloc() local 605 struct nft_array *array; in nft_array_may_resize() local 981 static void __nft_array_free(struct nft_array *array) in __nft_array_free() 992 struct nft_array *array; in nft_rbtree_destroy() local 1033 struct nft_array *array = container_of(rcu_head, struct nft_array, rcu_head); in nft_array_free_rcu() local
|
| H A D | nf_conntrack_ftp.c | 107 static int try_number(const char *data, size_t dlen, u_int32_t array[], in try_number() 146 u_int32_t array[6]; in try_rfc959() local 240 u_int32_t array[4]; in try_eprt() local
|
| /linux/scripts/ |
| H A D | tracepoint-update.c | 35 const char **array; member 44 const char **array = *vals; in add_string() local 112 static int find_event(const char *str, void *array, size_t size) in find_event()
|
| /linux/include/linux/ |
| H A D | ptr_ring.h | 339 void **array, int n) in __ptr_ring_consume_batched() 405 void **array, int n) in ptr_ring_consume_batched() 417 void **array, int n) in ptr_ring_consume_batched_irq() 429 void **array, int n) in ptr_ring_consume_batched_any() 442 void **array, int n) in ptr_ring_consume_batched_bh()
|
| H A D | minmax.h | 250 #define __minmax_array(op, array, len) ({ \ argument 265 #define min_array(array, len) __minmax_array(min, array, len) argument 274 #define max_array(array, len) __minmax_array(max, array, len) argument
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_seq_pdu_list.c | 94 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/tools/perf/trace/beauty/ |
| H A D | beauty.h | 17 #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_STRARRAYS(array) global() argument [all...] |
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | calib.h | 36 #define STATIC_INI_ARRAY(array) { \ argument 42 #define INIT_INI_ARRAY(iniarray, array) do { \ argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_func16.c | 19 int array[10]; in global_func16() local
|
| /linux/fs/dlm/ |
| H A D | member.c | 63 struct rcom_slot *ro0, struct dlm_slot *array, in log_slots() 164 struct dlm_slot *array; in dlm_slots_assign() local 408 int i, w, x = 0, total = 0, all_zero = 0, *array; in make_member_array() local
|
| /linux/rust/zerocopy/src/ |
| H A D | macros.rs | 1421 let array = [0, 0, 0, 0, 0, 0, 0, 0]; in test_transmute_ref() localVariable 1495 let array = [0u8, 0, 0, 0, 0, 0, 0, 0]; in test_try_transmute_ref() localVariable 1551 let array = &mut [0u8, 0, 0, 0, 0, 0, 0, 0]; in test_try_transmute_mut() localVariable 1610 let array = [0, 0, 0, 0, 0, 0, 0, 0]; in test_transmute_mut() localVariable
|
| /linux/fs/befs/ |
| H A D | datastream.c | 255 const befs_block_run *array = data->direct; in befs_find_brun_direct() local 315 befs_disk_block_run *array; in befs_find_brun_indirect() local
|
| /linux/drivers/md/bcache/ |
| H A D | util.h | 251 #define array_alloc(array) \ argument 261 #define array_free(array, ptr) \ argument 269 #define array_allocator_init(array) \ argument 282 #define array_freelist_empty(array) ((array)->freelist == NULL) argument
|
| /linux/tools/lib/perf/tests/ |
| H A D | test-threadmap.c | 14 static int test_threadmap_array(int nr, pid_t *array) in test_threadmap_array()
|