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

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/support/
H A Dsupport.h39 #include <support/spin.h>
H A Dktrace.h35 #include <support/spin.h>
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh47 spin() function
81 spin &
/freebsd-9.3-release/sys/kern/
H A Dsubr_lock.c183 struct lock_prof_type lpc_types[2]; /* One for spin one for other. */
333 int spin, int t)
347 type = &lp_cpu[cpu]->lpc_types[spin];
369 lock_prof_type_stats(struct lock_prof_type *type, struct sbuf *sb, int spin, argument
381 lock_prof_sum(l, &lp, i, spin, t);
459 lock_profile_lookup(struct lock_object *lo, int spin, const char *file, argument
474 type = &lp_cpu[PCPU_GET(cpuid)]->lpc_types[spin];
497 lock_profile_object_lookup(struct lock_object *lo, int spin, const char *file, argument
504 head = &curthread->td_lprof[spin];
509 type = &lp_cpu[PCPU_GET(cpuid)]->lpc_types[spin];
332 lock_prof_sum(struct lock_prof *match, struct lock_prof *dst, int hash, int spin, int t) argument
531 int spin; local
598 int spin; local
[all...]
/freebsd-9.3-release/sys/dev/ppbus/
H A Dif_plip.c482 clpoutbyte(u_char byte, int spin, device_t ppbus) argument
487 if (--spin == 0) {
492 if (--spin == 0) {
499 clpinbyte(int spin, device_t ppbus) argument
504 if (!--spin) {
511 if (!--spin) {
670 lpoutbyte(u_char byte, int spin, device_t ppbus) argument
675 if (--spin == 0)
679 if (--spin == 0)
696 int i, len, spin; local
[all...]
H A Dppb_1284.c199 int spin, request_mode, error = 0; local
209 spin = 10;
210 while (spin-- && (ppb_rstr(bus) & nBUSY))
214 if (!(ppb_rstr(bus) & SELECT) || !spin) {
H A Dlpt.c664 int spin, err, tic; local
681 for (spin = 0; NOT_READY(ppbus) && spin < MAX_SPIN; ++spin)
683 if (spin >= MAX_SPIN) {
880 * Avoid falling back to lptout() too quickly. First spin-loop
/freebsd-9.3-release/sys/dev/ppc/
H A Dppc_isa.c145 int spin; local
244 for (spin=100; spin; spin--)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh40 $dtrace -o $file -c $dir/tst.spin.exe -s /dev/stdin <<EOF
/freebsd-9.3-release/sys/pc98/cbus/
H A Dolpt.c495 int spin, err, tic; local
512 for (spin=0; NOT_READY(port+lpt_status) && spin<MAX_SPIN; ++spin)
514 if (spin >= MAX_SPIN) {
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_freebsd.h53 #include <support/spin.h>
/freebsd-9.3-release/tools/KSE/ksetest/
H A Dkse_threads_test.c136 spin(int arg)
/freebsd-9.3-release/sys/dev/wl/
H A Dif_wl.c1779 int spin; local
1888 for (spin = 1;;spin = (spin + 1) % 10000) {
1892 if ((spin == 0) && xmt_watch) { /* not waking up, and we care */
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c5567 static char *spin[] = { "-", "\\", "|", "/" }; local
5578 update_progress(spin[spinval++ % 4]);

Completed in 153 milliseconds