Searched refs:KCMP_VM (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dkcmp.h10 KCMP_VM, enumerator in enum:kcmp_type
/linux-master/tools/include/uapi/linux/
H A Dkcmp.h10 KCMP_VM, enumerator in enum:kcmp_type
/linux-master/tools/testing/selftests/kcmp/
H A Dkcmp_test.c107 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0),
129 ret = sys_kcmp(pid1, pid1, KCMP_VM, 0, 0);
/linux-master/kernel/
H A Dkcmp.c184 case KCMP_VM:
185 ret = kcmp_ptr(task1->mm, task2->mm, KCMP_VM);

Completed in 102 milliseconds