Searched refs:pidfd_create (Results 1 – 2 of 2) sorted by relevance
82 int pidfd_create(struct pid *pid, unsigned int flags);
598 int pidfd_create(struct pid *pid, unsigned int flags) in pidfd_create() function642 fd = pidfd_create(p, flags); in SYSCALL_DEFINE2()