Searched refs:SINGLE_BOUNDARY (Results 1 – 4 of 4) sorted by relevance
1041 else if (mode == SINGLE_BOUNDARY) in calc_remaining()1085 case SINGLE_BOUNDARY: in weed_inhib()1151 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single()1178 if (mode == SINGLE_BOUNDARY) in thread_single()1246 } else if (mode == SINGLE_BOUNDARY) { in thread_single()1564 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single_end()1574 KASSERT(mode != SINGLE_BOUNDARY || in thread_single_end()1593 mode == SINGLE_BOUNDARY); in thread_single_end()1598 KASSERT(mode != SINGLE_BOUNDARY || p->p_boundary_count == 0, in thread_single_end()
319 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork_norfproc()356 thread_single_end(p1, SINGLE_BOUNDARY); in fork_norfproc()
305 if (thread_single(p, SINGLE_BOUNDARY) != 0) in pre_execve()331 thread_single_end(p, SINGLE_BOUNDARY); in post_execve()
864 #define SINGLE_BOUNDARY 2 macro