Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/trace/beauty/
Dkcmp_type.sh8 grep -E $regex ${header_dir}/kcmp.h | grep -v KCMP_TYPES, | \
/linux-6.6.21/include/uapi/linux/
Dkcmp.h18 KCMP_TYPES, enumerator
/linux-6.6.21/tools/include/uapi/linux/
Dkcmp.h18 KCMP_TYPES, enumerator
/linux-6.6.21/kernel/
Dkcmp.c37 static unsigned long cookies[KCMP_TYPES][2] __read_mostly;
234 for (i = 0; i < KCMP_TYPES; i++) in kcmp_cookies_init()
/linux-6.6.21/tools/testing/selftests/kcmp/
Dkcmp_test.c114 sys_kcmp(pid1, pid2, KCMP_TYPES + 1, 0, 0)); in main()