Searched refs:is_scoped (Results 1 – 2 of 2) sorted by relevance
395 bool is_scoped; in hook_task_kill() local429 is_scoped = domain_is_scoped(subject->domain, other, in hook_task_kill()437 if (!is_scoped) in hook_task_kill()461 bool is_scoped = false; in hook_file_send_sigiotask() local495 is_scoped = domain_is_scoped(subject->domain, other, in hook_file_send_sigiotask()503 if (!is_scoped) in hook_file_send_sigiotask()
221 const bool is_scoped = (ty & KCSAN_ACCESS_SCOPED); in __report_matches() local223 (is_atomic && is_scoped) ? " (marked, reordered)" in __report_matches()225 : (is_scoped ? " (reordered)" : "")); in __report_matches()