Searched refs:spin (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/lockstat/
H A Dwhatlock.d33 lockstat:::spin-acquire
36 @locks["spin"] = count();
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_shmem.c73 smp->spin = B_TRUE;
86 return (smp->spin);
114 smp->spin = B_FALSE;
H A Dprb_proc_int.h59 * child spins on "spin" member waiting for parent to set it free
62 boolean_t spin; member in struct:shmem_msg
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh47 spin() function
81 spin &
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dsysctrl_asm.s56 * This routine quiets a cpu and has it spin on a barrier.
84 brz,pt %g4, 1b ! spin until barrier true
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh39 $dtrace -o $file -c $dir/tst.spin.exe -s /dev/stdin <<EOF
/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c365 goto spin;
404 spin:
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.d229 lockstat:::adaptive-spin
232 @lt_named_count[pid, tid, "Adapt. lock spin"] = count();
233 @lt_named_sum[pid, tid, "Adapt. lock spin"] = sum(arg1);
234 @lt_named_max[pid, tid, "Adapt. lock spin"] = max(arg1);
237 lockstat:::spin-spin
240 @lt_named_count[pid, tid, "Spinlock spin"] = count();
241 @lt_named_sum[pid, tid, "Spinlock spin"] = sum(arg1);
242 @lt_named_max[pid, tid, "Spinlock spin"] = max(arg1);
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c838 spin:
842 goto spin;
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s53 * are the same, resume() on one processor will spin on the incoming
286 ! spin until dispatched thread's mutex has
447 ! lock failed - spin with regular load to avoid cache-thrashing.
450 brnz,a,pt %o0, 7b ! spin while locked
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s145 * - doesn't block interrupts so don't use this to spin on a lock.
701 bnz 3f ! lock already held - go spin
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5709 static char *spin[] = { "-", "\\", "|", "/" }; local
5720 update_progress(spin[spinval++ % 4]);
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s246 * TSB invalidate will spin till the entry is unlocked. Note, ;\
265 * TSB invalidate will spin till the entry is unlocked. Note, ;\
298 * TSB invalidate will spin till the entry is unlocked. Note, ;\
721 brnz,a,pt %g3, 4b ! spin if lock is 1
4671 * khl_lock is a low level spin lock to protect the kp_tsbmtl field.

Completed in 135 milliseconds