Home
last modified time | relevance | path

Searched defs:pid_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/linux/
Dpid_types.h5 enum pid_type { enum
Dfs.h1031 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member
/linux-6.14.4/tools/testing/selftests/sched/
Dcs_prctl_test.c62 enum pid_type {PIDTYPE_PID = 0, PIDTYPE_TGID, PIDTYPE_PGID}; enum
/linux-6.14.4/fs/
Dfcntl.c266 enum pid_type pid_type = PIDTYPE_PID; in f_getown_ex() local