Searched refs:spins (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dlock.h107 #define SPINLOCK_SPINOUT(spins) ((spins)++ > 0x0fffffff)
109 #define SPINLOCK_SPINOUT(spins) ((void)(spins), 0)
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_lock.c160 u_int spins; local
208 spins = 0;
212 if (SPINLOCK_SPINOUT(spins)) {
H A Dkern_mutex.c446 u_int spins = 0; local
473 if (SPINLOCK_SPINOUT(spins))
890 u_int spins = 0; local
909 if (SPINLOCK_SPINOUT(spins))
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dfpu.c391 int s, spins, ticks; local
393 spins = 0;
420 spins++;
422 if (spins > 100000000) {
/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dnpx.c704 int s, spins, ticks; local
706 spins = 0;
734 spins++;
736 if (spins > 100000000) {
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_machdep.c273 u_int spins; local
277 spins = SPINLOCK_BACKOFF_MIN;
279 SPINLOCK_BACKOFF(spins);
281 if (SPINLOCK_SPINOUT(spins)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dia64-mont.pl235 // This loop spins in 4*(n+7) ticks on Itanium 2 and should spin in

Completed in 179 milliseconds