Lines Matching refs:match
2268 int match; in task_state_match() local
2275 match = __task_state_match(p, state); in task_state_match()
2278 return match; in task_state_match()
2299 int running, queued, match; in wait_task_inactive() local
2340 if ((match = __task_state_match(p, match_state))) { in wait_task_inactive()
2345 if (match < 0) in wait_task_inactive()
4066 int match; in ttwu_state_match() local
4073 *success = !!(match = __task_state_match(p, state)); in ttwu_state_match()
4089 if (match < 0) in ttwu_state_match()
4092 return match > 0; in ttwu_state_match()
7582 bool match; in check_same_owner() local
7586 match = (uid_eq(cred->euid, pcred->euid) || in check_same_owner()
7589 return match; in check_same_owner()