Home
last modified time | relevance | path

Searched refs:pidfd_prepare (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/include/net/
Dscm.h157 pidfd = pidfd_prepare(scm->pid, 0, &pidfd_file); in scm_pidfd_recv()
/linux-6.12.1/include/linux/
Dpid.h78 int pidfd_prepare(struct pid *pid, unsigned int flags, struct file **ret);
/linux-6.12.1/kernel/
Dpid.c608 pidfd = pidfd_prepare(pid, flags, &pidfd_file); in pidfd_create()
Dfork.c2054 int pidfd_prepare(struct pid *pid, unsigned int flags, struct file **ret) in pidfd_prepare() function
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c720 pidfd = pidfd_prepare(event->pid, 0, &pidfd_file); in copy_event_to_user()
/linux-6.12.1/net/core/
Dsock.c1872 pidfd = pidfd_prepare(peer_pid, 0, &pidfd_file); in sk_getsockopt()