Home
last modified time | relevance | path

Searched refs:KCMP_TYPES (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dkcmp.c37 static unsigned long cookies[KCMP_TYPES][2] __read_mostly;
251 for (i = 0; i < KCMP_TYPES; i++) in kcmp_cookies_init()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dkcmp_type.sh8 egrep $regex ${header_dir}/kcmp.h | grep -v KCMP_TYPES, | \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkcmp.h18 KCMP_TYPES, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkcmp.h18 KCMP_TYPES, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkcmp.h18 KCMP_TYPES, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkcmp.h18 KCMP_TYPES, enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/
H A Dkcmp_test.c111 sys_kcmp(pid1, pid2, KCMP_TYPES + 1, 0, 0)); in main()