Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dusched.h44 void (*heuristic_exiting)(struct lwp *, struct proc *); member
/dragonfly/sys/kern/
H A Dkern_usched.c228 p->p_usched->heuristic_exiting(ONLY_LWP_IN_PROC(p), p); in sys_usched_set()
H A Dkern_exit.c792 p->p_usched->heuristic_exiting(lp, p); in lwp_exit()