Searched refs:t2first (Results 1 – 1 of 1) sorted by relevance
49 int t2first; in TEST_IMPL() local80 t2first = cpumasksize * 2; in TEST_IMPL()84 cpumask[t2first + 0] = 1; in TEST_IMPL()89 cpumask[t2first + 2] = 1; in TEST_IMPL()95 cpumask[t2first + 2] = 1; in TEST_IMPL()108 &cpumask[t2first])); in TEST_IMPL()117 ASSERT_EQ(1, cpumask[t2first + 0]); in TEST_IMPL()118 ASSERT_OK(cpumask[t2first + 1]); in TEST_IMPL()119 ASSERT(cpumask[t2first + 2] == (ncpus >= 3)); in TEST_IMPL()120 ASSERT_OK(cpumask[t2first + 3]); in TEST_IMPL()
Completed in 3 milliseconds