Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 25 of 29) sorted by relevance

12

/linux/include/linux/
H A Darray_size.h11 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
/linux/scripts/include/
H A Darray_size.h9 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux/arch/x86/tools/
H A Drelocs.h23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/arch/mips/boot/tools/
H A Drelocs.h32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/tools/gpio/
H A Dgpio-utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux/arch/um/include/shared/
H A Duser.h17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/arch/powerpc/boot/
H A Dtypes.h7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/tools/iio/
H A Diio_utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/linux/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c30 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux/samples/bpf/
H A Dxdp_sample.bpf.h119 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dcookie_uid_helper_example.c34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/linux/scripts/dtc/
H A Dutil.h29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/tools/power/cpupower/utils/
H A Dcpupower.c23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/linux/samples/seccomp/
H A Duser-trap.c24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h22 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/samples/cgroup/
H A Dmemcg_event_listener.c33 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/linux/tools/virtio/linux/
H A Dkernel.h53 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h213 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/tools/testing/selftests/landlock/
H A Daudit.h24 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux/scripts/mod/
H A Dmodpost.h82 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux/crypto/
H A Djitterentropy.c181 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux/scripts/genksyms/
H A Dgenksyms.c410 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c10 #define ARRAY_SIZE( global() macro
/linux/tools/net/ynl/lib/
H A Dynl.c14 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(*arr)) macro
/linux/tools/testing/selftests/
H A Dkselftest_harness.h741 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro

12