Searched refs:KCMP_VM (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 65 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0), in main() 87 ret = sys_kcmp(pid1, pid1, KCMP_VM, 0, 0); in main()
|
/linux-4.4.14/include/uapi/linux/ |
D | kcmp.h | 7 KCMP_VM, enumerator
|
/linux-4.4.14/kernel/ |
D | kcmp.c | 144 case KCMP_VM: in SYSCALL_DEFINE5() 145 ret = kcmp_ptr(task1->mm, task2->mm, KCMP_VM); in SYSCALL_DEFINE5()
|