Searched refs:md_spinlock_count (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/sys/i386/i386/
H A Dtrap.c294 if (trap_enable_intr(type) && td->td_md.md_spinlock_count == 0 &&
/freebsd-13-stable/sys/kern/
H A Dsubr_smp.c571 MPASS(curthread->td_md.md_spinlock_count == 0);
H A Dsched_4bsd.c1685 KASSERT(curthread->td_md.md_spinlock_count == 1, ("invalid count"));
/freebsd-13-stable/sys/amd64/amd64/
H A Dtrap.c295 if (td->td_md.md_spinlock_count == 0)
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c1064 td->td_md.md_spinlock_count = 1;

Completed in 74 milliseconds

12