Searched refs:pause (Results 101 - 125 of 166) sorted by relevance

1234567

/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge.c1065 mxge_change_pause(mxge_softc_t *sc, int pause) argument
1070 if (pause)
1081 sc->pause = pause;
1326 mxge_change_pause(sc, sc->pause);
1404 enabled = sc->pause;
1409 if (enabled == sc->pause)
4018 /* check for pause blocking before resetting */
4334 sc->pause = mxge_flow_control;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h1640 uint64_t pause : 6; /**< DMA Engine X pause count */ member in struct:cvmx_mio_boot_dma_timx::cvmx_mio_boot_dma_timx_s
1656 uint64_t pause : 6;
2099 uint64_t pause : 6; /**< Region X pause count */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_s
2113 uint64_t pause : 6;
2133 uint64_t pause : 6; /**< Region X pause count */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_cn38xx
2147 uint64_t pause : 6;
/freebsd-9.3-release/sys/dev/ata/
H A Data-all.c224 pause("ataatch", 1);
407 pause("atarini", 1);
1234 pause("ataslp", interval/(1000000/hz));
/freebsd-9.3-release/sys/dev/oce/
H A Doce_sysctl.c474 pause("yield", 10);
683 pause("yield", 10);
/freebsd-9.3-release/sys/kern/
H A Dkern_intr.c775 pause("idrain", 1);
1307 pause("istorm", 1);
H A Dkern_fork.c955 pause("fork", hz / 2);
H A Dkern_racct.c1183 pause("-", hz);
/freebsd-9.3-release/sys/vm/
H A Dswap_pager.c1786 pause("swpoff", hz / 20);
1864 pause("swzonex", 10);
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5612 fixed_pause pause str PA - - ----- pause for 2-3 seconds
H A DCaps613 fixed_pause pause str PA - - ----- pause for 2-3 seconds
H A DCaps.aix4715 fixed_pause pause str PA - - ----- pause for 2-3 seconds
H A DCaps.hpux11621 fixed_pause pause str PA - - ----- pause for 2-3 seconds
H A DCaps.keys615 fixed_pause pause str PA - - ----- pause for 2-3 seconds
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1338 will not be able to verify many addresses. It will also pause
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1711 pause(); /* wait until we get a signal (sigon) */
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h1212 /* Values to store in the SEQCTL register for pause and unpause */
1214 uint8_t pause; member in struct:ahd_softc
H A Daic7xxx.h236 AHC_AUTOPAUSE = 0x10000, /* Automatic pause on register access */
1034 /* Values to store in the SEQCTL register for pause and unpause */
1036 uint8_t pause; member in struct:ahc_softc
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas_lsi.c1105 * expired (60 seconds). pause for 100ms each time through. If any
1111 pause("mprwait", hz/10);
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccard_cis.c106 pause("pccard", hz / 10);
/freebsd-9.3-release/sys/dev/rp/
H A Drp.c832 pause("rpwt", hz / 10);
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_inode.c128 * pause briefly and try again. If when we relock the vnode
134 pause("ffsupd", 1);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h815 extern int pause(void);
/freebsd-9.3-release/sys/dev/hptmv/
H A Dentry.c2514 pause("sched", 1);
2552 pause("hptrdy", 2*hz);
2566 pause("hptrdy", 2*hz); /* wait for something to do */
/freebsd-9.3-release/sbin/init/
H A Dinit.c667 pause();
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c1071 pause("dmu_tx_delay", timo);

Completed in 484 milliseconds

1234567