Searched defs:ARRAY_SIZE (Results 26 - 50 of 55) sorted by last modified time

123

/linux-master/scripts/genksyms/
H A Dgenksyms.c404 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7100.c736 ARRAY_SIZE(starfive_pinconf_custom_params)); variable
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_ma.c11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dlinked_list.c9 #define ARRAY_SIZE(x) (int)(sizeof(x) / sizeof((x)[0])) macro
H A Dnetif_receive_skb.c27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dsetget_sockopt.c11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
[all...]
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c33 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/linux-master/include/linux/
H A Darray_size.h11 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h22 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/tools/spi/
H A Dspidev_test.c26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c10 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/tools/virtio/linux/
H A Dkernel.h53 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/linux-master/tools/mm/
H A Dpage-types.c211 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c5175 static_assert(ARRAY_SIZE(rf_para_tx_8822c) == ARRAY_SIZE(rf_para_rx_8822c)); variable
[all...]
H A Drtw8822b.c2371 static_assert(ARRAY_SIZE(rf_para_tx_8822b) == ARRAY_SIZE(rf_para_rx_8822b)); variable
[all...]
/linux-master/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-master/tools/testing/selftests/bpf/
H A Dbpf_util.h50 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/linux-master/scripts/dtc/
H A Dutil.h27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/scripts/selinux/mdp/
H A Dmdp.c40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/arch/x86/boot/
H A Dboot.h32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/linux-master/fs/unicode/
H A Dmkutf8data.c63 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/arch/x86/tools/
H A Drelocs.h23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/tools/iio/
H A Diio_utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro

Completed in 288 milliseconds

123