Home
last modified time | relevance | path

Searched refs:pidfd_create (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dpid.h82 int pidfd_create(struct pid *pid, unsigned int flags);
/openbmc/linux/kernel/
H A Dpid.c598 int pidfd_create(struct pid *pid, unsigned int flags) in pidfd_create() function
642 fd = pidfd_create(p, flags); in SYSCALL_DEFINE2()