kcmp (2) Linux Manual Page
NAME kcmp – compare two processes to determine if they share a kernel resource SYNOPSIS #include <linux/kcmp.h> int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2); Note: There is no glibc wrapper for this system call; see NOTES. DESCRIPTION The kcmp() system call can be used to check whether the two…
