Searched refs:task_pid (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dmm.h806 static inline bool __cpupid_match_pid(pid_t task_pid, int cpupid) argument
808 return (task_pid & LAST__PID_MASK) == cpupid_to_pid(cpupid);
H A Dsched.h1704 static inline struct pid *task_pid(struct task_struct *task) function
2517 return task_pid(p) == p->signal->leader_pid;

Completed in 502 milliseconds