Home
last modified time | relevance | path

Searched refs:KCMP_FS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/include/uapi/linux/
H A Dkcmp.h12 KCMP_FS, enumerator
/linux-6.15/include/uapi/linux/
H A Dkcmp.h12 KCMP_FS, enumerator
/linux-6.15/kernel/
H A Dkcmp.c188 case KCMP_FS: in SYSCALL_DEFINE5()
189 ret = kcmp_ptr(task1->fs, task2->fs, KCMP_FS); in SYSCALL_DEFINE5()
/linux-6.15/tools/testing/selftests/kcmp/
H A Dkcmp_test.c108 sys_kcmp(pid1, pid2, KCMP_FS, 0, 0), in main()