/Linux-v6.1/arch/x86/tools/ |
D | relocs.h | 23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/Linux-v6.1/arch/mips/boot/tools/ |
D | relocs.h | 32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/Linux-v6.1/arch/um/include/shared/ |
D | user.h | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_sysctl_prog.c | 19 #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_sysctl_loop2.c | 13 #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 | setget_sockopt.c | 11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | bpf_util.h | 31 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/Linux-v6.1/tools/gpio/ |
D | gpio-utils.h | 19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/Linux-v6.1/fs/orangefs/ |
D | orangefs-debug.h | 21 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/Linux-v6.1/scripts/selinux/mdp/ |
D | mdp.c | 40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/Linux-v6.1/tools/iio/ |
D | iio_utils.h | 19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/Linux-v6.1/arch/powerpc/boot/ |
D | types.h | 7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/Linux-v6.1/tools/usb/usbip/libsrc/ |
D | usbip_device_driver.c | 30 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/Linux-v6.1/scripts/dtc/ |
D | util.h | 27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/Linux-v6.1/tools/lib/traceevent/plugins/ |
D | plugin_futex.c | 15 #define ARRAY_SIZE(_a) (sizeof(_a) / sizeof((_a)[0])) macro
|
D | plugin_xen.c | 103 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/Linux-v6.1/samples/seccomp/ |
D | user-trap.c | 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/Linux-v6.1/tools/power/cpupower/utils/ |
D | cpupower.c | 23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/Linux-v6.1/samples/bpf/ |
D | xdp_sample.bpf.h | 139 #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-v6.1/tools/include/linux/ |
D | kernel.h | 102 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
|
/Linux-v6.1/tools/spi/ |
D | spidev_test.c | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/Linux-v6.1/tools/virtio/linux/ |
D | kernel.h | 51 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|