/linux/include/linux/ |
H A D | array_size.h | 11 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
|
/linux/scripts/include/ |
H A D | array_size.h | 9 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux/arch/x86/tools/ |
H A D | relocs.h | 23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux/arch/mips/boot/tools/ |
H A D | relocs.h | 32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux/tools/gpio/ |
H A D | gpio-utils.h | 19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_util.h | 50 #ifndef ARRAY_SIZE macro
|
/linux/fs/orangefs/ |
H A D | orangefs-debug.h | 21 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux/arch/um/include/shared/ |
H A D | user.h | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux/arch/powerpc/boot/ |
H A D | types.h | 7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux/tools/iio/ |
H A D | iio_utils.h | 19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_device_driver.c | 30 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux/samples/bpf/ |
H A D | xdp_sample.bpf.h | 119 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
H A D | cookie_uid_helper_example.c | 34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/linux/scripts/dtc/ |
H A D | util.h | 29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux/tools/power/cpupower/utils/ |
H A D | cpupower.c | 23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/linux/samples/seccomp/ |
H A D | user-trap.c | 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 22 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux/tools/include/linux/ |
H A D | kernel.h | 103 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_misc.h | 196 #define ARRAY_SIZE( global() macro
|
/linux/tools/spi/ |
H A D | spidev_test.c | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/linux/samples/cgroup/ |
H A D | memcg_event_listener.c | 33 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/linux/tools/virtio/linux/ |
H A D | kernel.h | 53 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/linux/scripts/mod/ |
H A D | modpost.h | 68 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux/tools/testing/selftests/ |
H A D | kselftest.h | 61 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux/crypto/ |
H A D | jitterentropy.c | 181 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|