Searched refs:array (Results 176 - 200 of 377) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Ddebugfs.h42 u32 *array; member in struct:debugfs_u32_array
157 struct debugfs_u32_array *array);
367 struct debugfs_u32_array *array)
365 debugfs_create_u32_array(const char *name, umode_t mode, struct dentry *parent, struct debugfs_u32_array *array) argument
H A Dstring.h22 * memdup_array_user - duplicate array from user space
24 * @n: number of array members to copy
25 * @size: size of one array member
41 * vmemdup_array_user - duplicate array from user space
43 * @n: number of array members to copy
44 * @size: size of one array member
73 * The 2 argument style can only be used when dst is an array with a
95 * The size argument @... is only required when @dst is not an array, or
302 int match_string(const char * const *array, size_t n, const char *string);
303 int __sysfs_match_string(const char * const *array, size_
[all...]
H A Dbpf.h1440 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */
1564 /* Programs with direct jumps into programs part of this array. */
1959 /* an array of programs to be executed under rcu_lock.
1967 * is removed from the array before bpf_prog_put().
1969 * since other cpus are walking the array of pointers in parallel.
2002 bool bpf_prog_array_is_empty(struct bpf_prog_array *array);
2008 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index);
2009 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index,
2011 int bpf_prog_array_copy_info(struct bpf_prog_array *array,
2066 bpf_prog_run_array(const struct bpf_prog_array *array, argument
2111 const struct bpf_prog_array *array; local
3110 bpf_prog_inc_misses_counters(const struct bpf_prog_array *array) argument
[all...]
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c456 const char **array, int array_size, const char *def)
469 array[index] = def;
472 array[index] = conf_get_string(cfg, buf, NULL, def);
455 conf_get_string_array(snd_config_t *root, const char *key1, const char *key2, const char **array, int array_size, const char *def) argument
/linux-master/lib/
H A Dtest_vmalloc.c323 unsigned char array[20]; member in struct:test_kvfree_rcu
337 p->array[0] = 'a';
355 p->array[0] = 'a';
/linux-master/tools/perf/tests/
H A Dfdarray.c2 #include <api/fd/array.h>
130 fdarray__fprintf_prefix(fda, "before growing array", stderr);
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-fw.h77 } array[IMGU_ABI_PARAM_CLASS_NUM]; member in union:imgu_fw_all_memory_offsets
117 /* input system perf count array */
/linux-master/drivers/media/platform/amphion/
H A Dvpu_helpers.h14 int vpu_helper_find_in_array_u8(const u8 *array, u32 size, u32 x);
/linux-master/tools/lib/api/
H A DMakefile103 FD_HDRS := fd/array.h
/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c655 u16 array[R8A66597_MAX_NUM_PIPE], i = 0, min; local
657 memset(array, 0, sizeof(array));
661 array[i++] = 4;
663 array[i++] = 3;
664 array[i++] = 5;
669 array[i++] = 6;
670 array[i++] = 7;
671 array[i++] = 8;
673 array[
[all...]
/linux-master/tools/bpf/bpftool/
H A Dgen.c381 /* Func and array members require special handling.
1050 * Unsupported types will be translated to a char array to occupy the same
1987 struct btf_array *array; local
2023 array = btf_array(btf_type);
2025 /* mark array type */
2026 err = btfgen_mark_type(info, array->type, follow_pointers);
2027 /* mark array's index type */
2028 err = err ? : btfgen_mark_type(info, array->index_type, follow_pointers);
2061 struct btf_array *array; local
2096 array
2168 struct btf_array *array; local
[all...]
/linux-master/scripts/dtc/
H A Ddtc-parser.y43 } array;
78 %type <array> arrayprefix
/linux-master/arch/sparc/kernel/
H A Dhead_64.S181 add %sp, (2047 + 128), %o0 ! argument array
210 add %sp, (2047 + 128), %o0 ! argument array
229 add %sp, (2047 + 128), %o0 ! argument array
253 add %sp, (2047 + 128), %o0 ! argument array
278 add %sp, (2047 + 128), %o0 ! argument array
319 add %sp, (2047 + 128), %o0 ! argument array
356 add %sp, (2047 + 128), %o0 ! argument array
382 add %sp, (2047 + 128), %o0 ! argument array
757 * into the prom_trans[] array. So that specific problem no
/linux-master/tools/perf/util/
H A Devent.h378 void arch_perf_parse_sample_weight(struct perf_sample *data, const __u64 *array, u64 type);
379 void arch_perf_synthesize_sample_weight(const struct perf_sample *data, __u64 *array, u64 type);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c408 VCEClockInfoArray *array = (VCEClockInfoArray *) local
415 1 + array->ucNumEntries * sizeof(VCEClockInfo));
420 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) +
437 ((u8 *)&array->entries[0] +
453 ((u8 *)&array->entries[0] +
469 UVDClockInfoArray *array = (UVDClockInfoArray *) local
476 1 + (array->ucNumEntries * sizeof (UVDClockInfo)));
489 ((u8 *)&array->entries[0] +
/linux-master/sound/soc/sh/rcar/
H A Drsnd.h450 enum rsnd_mod_type *array,
455 #define for_each_rsnd_mod_arrays(iterator, pos, io, array, size) \
457 (pos = rsnd_mod_next(&iterator, io, array, size)); iterator++)
458 #define for_each_rsnd_mod_array(iterator, pos, io, array) \
459 for_each_rsnd_mod_arrays(iterator, pos, io, array, ARRAY_SIZE(array))
/linux-master/mm/damon/
H A Ddbgfs.c229 * Converts a string into an array of struct damos pointers
231 * Returns an array of struct damos pointers that converted if the conversion
376 * Converts a string into an integers array
378 * Returns an array of integers array if the conversion success, or NULL
383 int *array; local
389 array = kmalloc_array(max_nr_ints, sizeof(*array), GFP_KERNEL);
390 if (!array)
397 array[*nr_int
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-common.c157 __v4l2_find_nearest_size(const void *array, size_t array_size, argument
165 if (!array)
168 for (i = 0; i < array_size; i++, array += entry_size) {
169 const u32 *entry_width = array + width_offset;
170 const u32 *entry_height = array + height_offset;
177 best = array;
/linux-master/mm/kasan/
H A Dkasan_test.c1367 * from failing here and panicking the kernel, access the array via a
1369 * determine the array bounds.
1374 * the pointer itself (i.e. its array bounds), not the data that it
1377 char *volatile array = global_array; local
1378 char *p = &array[ARRAY_SIZE(global_array) + 3];
1388 char *volatile array = global_array; local
1389 char *p = array - 3;
1404 char *volatile array = stack_array; local
1405 char *p = &array[ARRAY_SIZE(stack_array) + OOB_TAG_OFF];
1417 char *volatile array local
1432 char *volatile array = alloca_array; local
[all...]
/linux-master/drivers/power/supply/
H A Dbq256xx_charger.c345 static int bq256xx_array_parse(int array_size, int val, const int array[]) argument
349 if (val < array[i])
352 if (val >= array[array_size - 1])
356 if (val == array[i])
359 if (val > array[i - 1] && val < array[i]) {
360 if (val < array[i])
/linux-master/fs/btrfs/
H A Dcompression.c991 * ran out of room in the pages array or because we cross the
1248 * Use 16 u32 counters for calculating new position in buf array
1250 * @array - array that will be sorted
1251 * @array_buf - buffer array to store sorting results
1252 * must be equal in size to @array
1253 * @num - array size
1255 static void radix_sort(struct bucket_item *array, struct bucket_item *array_buf, argument
1269 * counters. Example: 48 33 4 ... in 64bit array
1271 max_num = array[
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c25 #include <linux/dma-fence-array.h>
471 * as the array is being overwritten, for which we require the writes
1411 struct dma_fence_array *array = to_dma_fence_array(fence); local
1415 child = array->fences;
1416 nchild = array->num_fences;
1507 * Note that if the fence-array was created in signal-on-any mode,
1509 * we don't currently store which mode the fence-array is operating
1511 * amdgpu and we should not see any incoming fence-array from
1515 struct dma_fence_array *array = to_dma_fence_array(fence); local
1517 child = array
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c694 * Register a single group function where the 'data' is an array PSEL
960 const u16 *array = NULL; local
964 array = &hwcfg->iolh_groupa_ua[ps_index];
967 array = &hwcfg->iolh_groupb_ua[ps_index];
970 array = &hwcfg->iolh_groupc_ua[ps_index];
972 if (!array)
976 if (array[i] == ua)
988 const u16 *array = NULL; local
992 array = hwcfg->iolh_groupa_ua;
995 array
[all...]
/linux-master/fs/
H A Dsplice.c677 struct bio_vec *array; local
683 array = kcalloc(nbufs, sizeof(struct bio_vec), GFP_KERNEL);
684 if (unlikely(!array))
702 kfree(array);
704 array = kcalloc(nbufs, sizeof(struct bio_vec),
706 if (!array) {
734 bvec_set_page(&array[n], buf->page, this_len,
740 iov_iter_bvec(&from, ITER_SOURCE, array, n, sd.total_len - left);
772 kfree(array);
/linux-master/kernel/trace/
H A Dtrace_events_synth.c35 C(INVALID_ARRAY_SPEC, "Invalid array specification"),
692 const char *prefix = NULL, *field_type = argv[0], *field_name, *array; local
724 array = strchr(field_name, '[');
725 if (array)
726 len -= strlen(array);
740 if (array)
741 len += strlen(array);
754 if (array)
755 seq_buf_puts(&s, array);
763 if (array)
[all...]

Completed in 314 milliseconds

1234567891011>>