Searched refs:kcmp (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dfd-util.c267 * quite different depending on whether we have kcmp() or we
268 * don't. If we have kcmp() this will only return true for
270 * have kcmp() this will also return true for two fds of the same
278 /* Try to use kcmp() if we have it. */
280 r = kcmp(pid, pid, KCMP_FILE, a, b);
288 /* We don't have kcmp(), use fstat() instead. */
H A Dmissing.h1069 static inline int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) { function

Completed in 1750 milliseconds