Home
last modified time | relevance | path

Searched refs:array (Results 1326 – 1350 of 1362) sorted by relevance

1...<<5152535455

/linux/Documentation/admin-guide/
H A Ddevices.txt1684 0 = /dev/amiraid/ar0 First array whole disk
1685 16 = /dev/amiraid/ar1 Second array whole disk
1687 240 = /dev/amiraid/ar15 16th array whole disk
/linux/lib/
H A DKconfig.debug2393 N-disk array. Recovery is performed with the asynchronous
2454 tristate "Perform selftest on priority array manager"
2457 Enable this option to test priority array manager on boot
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1341 const int *array, int nelem) in snprintf_int_array() argument
1348 int r = snprintf(str, len, "%s%d", i ? ", " : "", array[i]); in snprintf_int_array()
/linux/mm/
H A Dhugetlb.c4901 unsigned int *array = h->free_huge_pages_node; in allowed_mems_nr() local
4907 nr += array[node]; in allowed_mems_nr()
H A DKconfig433 # statically allocating the mem_section[] array can potentially
/linux/Documentation/dev-tools/
H A Dkgdb.rst876 when kgdboc populates the callback in the array called
H A Dcheckpatch.rst772 array.
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst163 Evitare profonde ricorsioni ad enormi array locali nello stack
/linux/Documentation/driver-api/gpio/
H A Ddriver.rst65 - optional line names array to identify lines
/linux/Documentation/trace/
H A Dhistogram.rst1808 If field_name contains [n], the field is considered to be a static array.
1811 be a dynamic array, which will only take as much space in the event as
1812 is required to hold the array.
H A Dftrace.rst1363 Each task has a fixed array of functions to
1367 due to exceeding this array.
3158 at the specific location in the internal array (which corresponds to the
/linux/Documentation/RCU/
H A DRTFP.txt782 Each thread keeps an array of pointers to items that it is
2569 Maintains an array of generation numbers to track in-flight
/linux/sound/pci/hda/
H A Dhda_generic.c290 struct nid_path *array = spec->paths.list; in snd_hda_get_path_idx() local
295 idx = path - array; in snd_hda_get_path_idx()
/linux/Documentation/userspace-api/media/v4l/
H A Dsubdev-formats.rst115 the array to zero.
8319 "b" in an array cell signifies a byte of data, followed by the number of the bit
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst515 as an array of struct cpumask) of CPUs, pairwise disjoint, that cover
/linux/io_uring/
H A Dio_uring.c3549 p->sq_off.array = (char *)ctx->sq_array - (char *)ctx->rings; in io_uring_create()
/linux/Documentation/networking/
H A Daf_xdp.rst282 index in the array you would like to send each packet to. A simple
H A Drxrpc.rst489 must point to an array of two unsigned short ints. The first is the
/linux/net/core/
H A Dfilter.c4898 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_3() local
4905 if (unlikely(idx >= array->map.max_entries)) in BPF_CALL_3()
4908 cgrp = READ_ONCE(array->ptrs[idx]); in BPF_CALL_3()
/linux/Documentation/filesystems/
H A Dcoda.rst359 unsigned integers. It also defines group membership in an array. On
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1597 &decl->array.surfaceId, NULL); in vmw_cmd_draw()
/linux/Documentation/kernel-hacking/
H A Dlocking.rst226 The same softirq can run on the other CPUs: you can use a per-CPU array
/linux/Documentation/admin-guide/media/
H A Dvivid.rst62 which devices should each driver instance create. An array of
/linux/drivers/gpio/
H A DKconfig983 array module parameter.
/linux/kernel/bpf/
H A Dverifier.c10996 const struct btf_array *array; in __btf_type_is_scalar_struct() local
11009 array = btf_array(member_type); in __btf_type_is_scalar_struct()
11010 if (!array->nelems) in __btf_type_is_scalar_struct()
11012 member_type = btf_type_skip_modifiers(btf, array->type, NULL); in __btf_type_is_scalar_struct()

1...<<5152535455