/linux-6.6.21/arch/x86/tools/ |
D | relocs.h | 23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/arch/mips/boot/tools/ |
D | relocs.h | 32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/arch/um/include/shared/ |
D | user.h | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_sysctl_prog.c | 19 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
D | test_sysctl_loop2.c | 13 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
D | test_sysctl_loop1.c | 13 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
D | test_bpf_ma.c | 11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
D | verifier_subprog_precision.c | 10 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
|
D | netif_receive_skb.c | 27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
D | linked_list.c | 9 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/tools/gpio/ |
D | gpio-utils.h | 19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | bpf_util.h | 50 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/fs/orangefs/ |
D | orangefs-debug.h | 21 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-6.6.21/tools/iio/ |
D | iio_utils.h | 19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/linux-6.6.21/scripts/selinux/mdp/ |
D | mdp.c | 40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-6.6.21/arch/powerpc/boot/ |
D | types.h | 7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/tools/usb/usbip/libsrc/ |
D | usbip_device_driver.c | 30 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-6.6.21/scripts/dtc/ |
D | util.h | 27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/samples/bpf/ |
D | xdp_sample.bpf.h | 119 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
D | cookie_uid_helper_example.c | 34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/linux-6.6.21/samples/seccomp/ |
D | user-trap.c | 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/linux-6.6.21/tools/power/cpupower/utils/ |
D | cpupower.c | 23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/linux-6.6.21/tools/testing/selftests/powerpc/include/ |
D | utils.h | 22 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-6.6.21/tools/include/linux/ |
D | kernel.h | 102 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
|
/linux-6.6.21/tools/spi/ |
D | spidev_test.c | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|