Home
last modified time | relevance | path

Searched refs:SINGLE_BOUNDARY (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/kern/
HDkern_thread.c1077 else if (mode == SINGLE_BOUNDARY) in calc_remaining()
1121 case SINGLE_BOUNDARY: in weed_inhib()
1183 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single()
1221 if (mode == SINGLE_BOUNDARY) in thread_single()
1289 } else if (mode == SINGLE_BOUNDARY) { in thread_single()
1632 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single_end()
1642 KASSERT(mode != SINGLE_BOUNDARY || in thread_single_end()
1666 KASSERT(mode != SINGLE_BOUNDARY || p->p_boundary_count == 0, in thread_single_end()
HDkern_fork.c322 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork_norfproc()
360 thread_single_end(p1, SINGLE_BOUNDARY); in fork_norfproc()
958 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork1()
1105 thread_single_end(p1, SINGLE_BOUNDARY); in fork1()
HDkern_exec.c308 if (thread_single(p, SINGLE_BOUNDARY) != 0) in pre_execve()
334 thread_single_end(p, SINGLE_BOUNDARY); in post_execve()
/freebsd-13-stable/sys/sys/
HDproc.h895 #define SINGLE_BOUNDARY 2 macro