Searched refs:TDF_ASTPENDING (Results 1 – 22 of 22) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_trap.c | 121 (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 D | kern_clock.c | 438 flags |= TDF_ALRMPEND | TDF_ASTPENDING; in hardclock_itimer() 445 flags |= TDF_PROFPEND | TDF_ASTPENDING; in hardclock_itimer()
|
| H A D | kern_thr.c | 260 newtd->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK; in thread_create()
|
| H A D | subr_prof.c | 479 td->td_flags |= TDF_ASTPENDING; in addupc_intr()
|
| H A D | kern_sig.c | 623 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 D | sys_generic.c | 986 td->td_flags |= TDF_ASTPENDING; in kern_pselect() 1487 td->td_flags |= TDF_ASTPENDING; in kern_poll()
|
| H A D | kern_racct.c | 1148 td->td_flags |= TDF_ASTPENDING; in racct_proc_throttle()
|
| H A D | kern_ktrace.c | 351 td->td_flags |= TDF_ASTPENDING; in ktr_enqueuerequest()
|
| H A D | kern_thread.c | 1197 td2->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK; in thread_single()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | genassym.c | 51 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.S | 155 mov x3, #((TDF_ASTPENDING|TDF_NEEDRESCHED) >> 8)
|
| /f-stack/freebsd/arm/arm/ |
| H A D | genassym.c | 119 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.S | 179 and r1, r1, #(TDF_ASTPENDING|TDF_NEEDRESCHED); \
|
| /f-stack/freebsd/mips/mips/ |
| H A D | genassym.c | 106 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| /f-stack/freebsd/mips/include/ |
| H A D | pcb.h | 81 li s0, TDF_ASTPENDING | TDF_NEEDRESCHED;\
|
| /f-stack/freebsd/i386/i386/ |
| H A D | genassym.c | 99 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.s | 490 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%eax)
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | genassym.c | 93 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.S | 592 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%rax) 1159 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%rax)
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 368 if (curthread->td_flags & (TDF_ASTPENDING | TDF_NEEDRESCHED)) in vcpu_should_yield()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 448 #define TDF_ASTPENDING 0x00000800 /* Thread has some asynchronous events. */ macro
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 536 curthread->td_flags |= TDF_ASTPENDING | TDF_MACPEND; in maybe_demote()
|