Home
last modified time | relevance | path

Searched refs:TDF_ASTPENDING (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_trap.c121 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) != in userret()
122 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) { in userret()
230 td->td_flags &= ~(TDF_ASTPENDING | TDF_NEEDSIGCHK | TDF_NEEDSUSPCHK | in ast()
299 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) != in ast()
300 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) { in ast()
H A Dkern_clock.c438 flags |= TDF_ALRMPEND | TDF_ASTPENDING; in hardclock_itimer()
445 flags |= TDF_PROFPEND | TDF_ASTPENDING; in hardclock_itimer()
H A Dkern_thr.c260 newtd->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK; in thread_create()
H A Dsubr_prof.c479 td->td_flags |= TDF_ASTPENDING; in addupc_intr()
H A Dkern_sig.c623 td->td_flags |= TDF_NEEDSIGCHK | TDF_ASTPENDING; in signotify()
2534 td2->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK; in sig_suspend_threads()
2555 td2->td_flags |= TDF_ASTPENDING; in sig_suspend_threads()
4093 td->td_flags |= TDF_ASTPENDING | TDF_NEEDSIGCHK; in sigfastblock_resched()
H A Dsys_generic.c986 td->td_flags |= TDF_ASTPENDING; in kern_pselect()
1487 td->td_flags |= TDF_ASTPENDING; in kern_poll()
H A Dkern_racct.c1148 td->td_flags |= TDF_ASTPENDING; in racct_proc_throttle()
H A Dkern_ktrace.c351 td->td_flags |= TDF_ASTPENDING; in ktr_enqueuerequest()
H A Dkern_thread.c1197 td2->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK; in thread_single()
/f-stack/freebsd/arm64/arm64/
H A Dgenassym.c51 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
H A Dexception.S155 mov x3, #((TDF_ASTPENDING|TDF_NEEDRESCHED) >> 8)
/f-stack/freebsd/arm/arm/
H A Dgenassym.c119 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
H A Dexception.S179 and r1, r1, #(TDF_ASTPENDING|TDF_NEEDRESCHED); \
/f-stack/freebsd/mips/mips/
H A Dgenassym.c106 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
/f-stack/freebsd/mips/include/
H A Dpcb.h81 li s0, TDF_ASTPENDING | TDF_NEEDRESCHED;\
/f-stack/freebsd/i386/i386/
H A Dgenassym.c99 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
H A Dexception.s490 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%eax)
/f-stack/freebsd/amd64/amd64/
H A Dgenassym.c93 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
H A Dexception.S592 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%rax)
1159 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%rax)
/f-stack/freebsd/amd64/include/
H A Dvmm.h368 if (curthread->td_flags & (TDF_ASTPENDING | TDF_NEEDRESCHED)) in vcpu_should_yield()
/f-stack/freebsd/sys/
H A Dproc.h448 #define TDF_ASTPENDING 0x00000800 /* Thread has some asynchronous events. */ macro
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c536 curthread->td_flags |= TDF_ASTPENDING | TDF_MACPEND; in maybe_demote()