Home
last modified time | relevance | path

Searched refs:LWP_PASSIVE_ACQ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c1332 lp->lwp_flags |= LWP_PASSIVE_ACQ; in generic_lwp_return()
1334 lp->lwp_flags &= ~LWP_PASSIVE_ACQ; in generic_lwp_return()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c1508 lp->lwp_flags |= LWP_PASSIVE_ACQ; in generic_lwp_return()
1510 lp->lwp_flags &= ~LWP_PASSIVE_ACQ; in generic_lwp_return()
/dragonfly/sys/sys/
H A Dproc.h392 #define LWP_PASSIVE_ACQ 0x0000100 /* Passive acquire cpu (see kern_switch) */ macro