Home
last modified time | relevance | path

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

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