Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpid.h82 int pidfd_create(struct pid *pid, unsigned int flags);
/linux-6.1.9/kernel/
Dpid.c595 int pidfd_create(struct pid *pid, unsigned int flags) in pidfd_create() function
644 fd = pidfd_create(p, flags); in SYSCALL_DEFINE2()
/linux-6.1.9/fs/notify/fanotify/
Dfanotify_user.c681 pidfd = pidfd_create(event->pid, 0); in copy_event_to_user()