Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpidfd.h16 #define PIDFD_AUTOKILL O_TRUNC macro
/linux/fs/
H A Dpidfs.c675 if (!(file->f_flags & PIDFD_AUTOKILL)) in pidfs_file_release()
1146 PIDFD_STALE | PIDFD_AUTOKILL) != 4); in pidfs_alloc_file()
1162 pidfd_file->f_flags |= (flags & (PIDFD_THREAD | PIDFD_AUTOKILL)); in pidfs_alloc_file()
/linux/kernel/
H A Dfork.c2295 flags |= PIDFD_AUTOKILL; in copy_process()