Searched refs:found_self (Results 1 – 2 of 2) sorted by relevance
209 boolean_t found_self = false; in test_task_thread_port_values() local240 found_self = true; in test_task_thread_port_values()245 T_EXPECT_TRUE(found_self, "task_threads() should return immovable thread self"); in test_task_thread_port_values()277 found_self = false; in test_task_thread_port_values()280 found_self = true; in test_task_thread_port_values()285 T_EXPECT_TRUE(found_self, " processor_set_tasks() should return immovable task self"); in test_task_thread_port_values()
1218 int found_self = 0; in lf_findoverlap() local1243 if ((type & SELF) && found_self) { in lf_findoverlap()1253 found_self = 1; in lf_findoverlap()