Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_switch.c380 if (flags & SRQ_PREEMPTED) { in runq_add()
398 if (flags & SRQ_PREEMPTED) { in runq_add_pri()
H A Dsched_4bsd.c1015 SRQ_HOLDTD|SRQ_OURSELF|SRQ_YIELDING|SRQ_PREEMPTED : in sched_switch()
1302 flags & SRQ_PREEMPTED); in sched_add()
1398 flags & SRQ_PREEMPTED);
H A Dsched_ule.c485 if ((flags & (SRQ_BORROWING|SRQ_PREEMPTED)) == 0) { in tdq_runq_add()
2083 SRQ_OURSELF|SRQ_YIELDING|SRQ_PREEMPTED : in sched_switch()
2586 flags & SRQ_PREEMPTED); in sched_add()
/f-stack/freebsd/sys/
H A Dsched.h191 #define SRQ_PREEMPTED 0x0008 /* has been preempted.. be kind */ macro