Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_4bsd.c109 #define TDF_SLICEEND TDF_SCHED2 /* Thread time slice is over. */ macro
766 td->td_flags |= TDF_SLICEEND; in sched_clock_tick()
1024 preempted = (td->td_flags & TDF_SLICEEND) == 0 && in sched_4bsd_sswitch()
1026 td->td_flags &= ~TDF_SLICEEND; in sched_4bsd_sswitch()
H A Dsched_ule.c220 #define TDF_SLICEEND TDF_SCHED2 /* Thread time slice is over. */ macro
2349 preempted = (td->td_flags & TDF_SLICEEND) == 0 && in sched_ule_sswitch()
2351 td->td_flags &= ~(TDF_PICKCPU | TDF_SLICEEND); in sched_ule_sswitch()
2794 td->td_flags |= TDF_SLICEEND; in sched_ule_clock()