Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpid.h81 int pidfd_create(struct pid *pid, unsigned int flags);
/Linux-v5.15/kernel/
Dpid.c558 int pidfd_create(struct pid *pid, unsigned int flags) in pidfd_create() function
607 fd = pidfd_create(p, flags); in SYSCALL_DEFINE2()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c591 pidfd = pidfd_create(event->pid, 0); in copy_event_to_user()