Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dkcmp.h9 KCMP_FS, enumerator
/linux-4.4.14/kernel/
Dkcmp.c150 case KCMP_FS: in SYSCALL_DEFINE5()
151 ret = kcmp_ptr(task1->fs, task2->fs, KCMP_FS); in SYSCALL_DEFINE5()
/linux-4.4.14/tools/testing/selftests/kcmp/
Dkcmp_test.c66 sys_kcmp(pid1, pid2, KCMP_FS, 0, 0), in main()