Home
last modified time | relevance | path

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

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