Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dkcmp.c205 case KCMP_FS: in SYSCALL_DEFINE5()
206 ret = kcmp_ptr(task1->fs, task2->fs, KCMP_FS); in SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkcmp.h12 KCMP_FS, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkcmp.h12 KCMP_FS, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkcmp.h12 KCMP_FS, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkcmp.h12 KCMP_FS, enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/
H A Dkcmp_test.c105 sys_kcmp(pid1, pid2, KCMP_FS, 0, 0), in main()