Home
last modified time | relevance | path

Searched refs:chklp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
H A Dusched_bsd4.c105 static struct lwp *bsd4_chooseproc_locked_cache_coherent(struct lwp *chklp);
107 static struct lwp *bsd4_chooseproc_locked(struct lwp *chklp);
1317 bsd4_chooseproc_locked(struct lwp *chklp) in bsd4_chooseproc_locked() argument
1371 if (chklp) { in bsd4_chooseproc_locked()
1372 if (chklp->lwp_priority < lp->lwp_priority + PPQ) in bsd4_chooseproc_locked()
1383 (chklp = TAILQ_NEXT(lp, lwp_procq)) != NULL in bsd4_chooseproc_locked()
1385 if (chklp->lwp_thread->td_gd == mycpu) { in bsd4_chooseproc_locked()
1386 lp = chklp; in bsd4_chooseproc_locked()
1416 bsd4_chooseproc_locked_cache_coherent(struct lwp *chklp) in bsd4_chooseproc_locked_cache_coherent() argument
1559 if (chklp) { in bsd4_chooseproc_locked_cache_coherent()
[all …]
H A Dusched_dfly.c79 struct lwp *chklp, int worst);
1443 struct lwp *chklp, int worst) in dfly_chooseproc_locked() argument
1514 if (chklp) { in dfly_chooseproc_locked()
1515 if (chklp->lwp_priority < lp->lwp_priority + PPQ) in dfly_chooseproc_locked()