Searched refs:expected_mask (Results 1 – 1 of 1) sorted by relevance
551 try_attach_child(int jid, cpuset_t *expected_mask) in try_attach_child() argument561 if (expected_mask == NULL) in try_attach_child()571 if (CPU_CMP(expected_mask, &mask) != 0) in try_attach_child()578 try_attach(int jid, cpuset_t *expected_mask) in try_attach() argument584 ATF_REQUIRE(expected_mask != NULL); in try_attach()587 _exit(try_attach_child(jid, expected_mask)); in try_attach()