Searched refs:busy (Results 1 - 25 of 118) sorted by path

12345

/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc59 * idle / busy / interrupt cycle counts which should provide very good
75 ULONG ulBusyLow; /* Low 32 bits of busy time */
76 ULONG ulBusyHigh; /* High 32 bits of busy time */
/freebsd-11-stable/contrib/gcc/config/
H A Dvxlib.c57 mutual exclusion. Threads losing the race then busy-wait, calling
70 while (!vxTas ((void *)&guard->busy))
85 guard->busy = 0;
/freebsd-11-stable/contrib/gcc/
H A Dgthr-vxworks.h106 volatile unsigned char busy; member in struct:__anon1341
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c802 PUBLIC void PktQueueBusy (BOOL busy) argument
804 *rxOutOfsFp = busy ? (*rxInOfsFp + sizeof(RX_ELEMENT)) : *rxInOfsFp;
857 PUBLIC void PktQueueBusy (BOOL busy) argument
863 if (busy)
923 PUBLIC void PktQueueBusy (BOOL busy) argument
929 if (busy)
983 PUBLIC void PktQueueBusy (BOOL busy) argument
985 rxOutOfs = busy ? (rxInOfs + sizeof(RX_ELEMENT)) : rxInOfs;
H A Dpktdrvr.h145 extern void PktQueueBusy (BOOL busy);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh86 atf_fail "Unmount succeeded while busy"
91 *:\ Device\ busy)
175 *:\ Device\ busy)
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2337 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2338 ** is returned immediately upon encountering the lock. ^If the busy callback
2341 ** ^The first argument to the busy handler is a copy of the void* pointer which
2343 ** the busy handler callback is the number of times that the busy handler has
2345 ** busy callback returns 0, then no additional attempts are made to
2350 ** The presence of a busy handler does not guarantee that it will be invoked
2351 ** when there is lock contention. ^If SQLite determines that invoking the busy
2353 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2360 ** invoke the busy handler
9474 u8 busy; /* TRUE if currently initializing */ member in struct:sqlite3::sqlite3InitInfo
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c855 static int busy = 0; local
861 if (busy || !INO_IS_DVALID(curdir)) {
865 busy = 1;
896 busy = 0;
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S635 andb $~0x2,tss_desc+0x5 # Clear TSS busy
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S661 andb $~0x2,tss_desc+0x5 # Clear TSS busy
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rsb.c131 int busy; member in struct:rsb_softc
319 while (sc->busy)
321 sc->busy = 1;
369 sc->busy = 0;
H A Daxp81x.c105 int busy; member in struct:axp81x_softc
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_sdxc-m8.c134 } busy; member in struct:aml8726_sdxc_softc
417 sc->busy.time = 0;
418 sc->busy.error = MMC_ERR_NONE;
544 sc->busy.time += AML_SDXC_BUSY_POLL_INTVL;
549 if (sc->busy.time < AML_SDXC_BUSY_TIMEOUT) {
556 if (sc->busy.error == MMC_ERR_NONE)
557 sc->busy.error = MMC_ERR_TIMEOUT;
560 aml8726_sdxc_finish_command(sc, sc->busy.error);
639 * busy until stop transmission is executed.
663 * has not been set. In either case check for busy
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_inject.c502 * If the lane is busy, we want this request to complete
509 hrtime_t busy = handler->zi_record.zi_timer + local
511 hrtime_t target = MAX(idle, busy);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1572 * Return the busy for rx_frame, rx_clear, and tx_frame
1619 * Return approximation of extension channel busy over an time interval
1620 * 0% (clear) -> 100% (busy)
1634 u_int32_t busy = 0; /* percentage */ local
1662 * Compute extension channel busy percentage
1674 busy = ((ext_busy_delta >> 7) * 100) / (cycle_delta >> 7);
1679 busy = (ext_busy_delta * 100) / cycle_delta;
1685 if (busy > 100) {
1686 busy = 100;
1689 busyper = busy;
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c190 rcr->busy = 0;
206 ASSERT_COND(!rcr->busy);
218 ASSERT_COND(!rcr->busy);
222 rcr->busy = 1;
231 ASSERT_COND(rcr->busy);
233 rcr->busy = 0;
242 ASSERT_COND(rcr->busy);
257 ASSERT_COND(rcr->busy);
265 rcr->busy = 0;
279 ASSERT_COND(rcr->busy);
[all...]
H A Dbman_private.h215 uint32_t busy; member in struct:bm_rcr
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h229 eqcr->busy = 0;
248 ASSERT_COND(!eqcr->busy);
263 ASSERT_COND(!eqcr->busy);
268 eqcr->busy = 1;
278 ASSERT_COND(eqcr->busy);
279 eqcr->busy = 0;
289 ASSERT_COND(eqcr->busy);
305 ASSERT_COND(eqcr->busy); \
329 eqcr->busy = 0;
357 eqcr->busy
[all...]
H A Dqman_private.h217 uint32_t busy; member in struct:qm_eqcr
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c965 * Lower layer busy handling
968 sscop_setbusy(struct sscop *sscop, int busy) argument
972 if (busy > 0)
974 else if (busy == 0) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-eoi-defs.h247 uint64_t busy : 1; /**< 1: EOI is busy; 0: EOI is idle */ member in struct:cvmx_eoi_ctl_sta::cvmx_eoi_ctl_sta_s
261 uint64_t busy : 1;
H A Dcvmx-mgmt-port.c191 } while (mix_ctl.s.busy);
H A Dcvmx-mio-defs.h2740 uint64_t fif_thr : 6; /**< NCB busy threshold */
2755 uint64_t fif_thr : 6; /**< NCB busy threshold */
3243 uint64_t rsp_busybit : 1; /**< Debug only. eMMC protocol utilizes DAT0 as a busy signal
7975 * Note: The LCR is writeable only when the UART is not busy (when the BUSY bit (bit 0) of the UART
8079 * the transmitter is busy can result in corrupt data being transmitted.
8928 uint64_t busy : 1; /**< Busy bit (always 0 in PASS3) */ member in struct:cvmx_mio_uartx_usr::cvmx_mio_uartx_usr_s
8930 uint64_t busy : 1;
9510 uint64_t busy : 1; /**< Busy bit (always 0 in PASS3) */ member in struct:cvmx_mio_uart2_usr::cvmx_mio_uart2_usr_s
9512 uint64_t busy : 1;
H A Dcvmx-mixx-defs.h397 uint64_t busy : 1; /**< MIX Busy Status bit member in struct:cvmx_mixx_ctl::cvmx_mixx_ctl_s
398 MIX will assert busy status any time there are:
467 uint64_t busy : 1;
483 uint64_t busy : 1; /**< MIX Busy Status bit member in struct:cvmx_mixx_ctl::cvmx_mixx_ctl_cn52xx
484 MIX will assert busy status any time there are:
553 uint64_t busy : 1;
H A Dcvmx-mpi-defs.h468 uint64_t busy : 1; /**< If 0, no MPI transaction in progress | NS member in struct:cvmx_mpi_sts::cvmx_mpi_sts_s
471 uint64_t busy : 1;

Completed in 525 milliseconds

12345