Searched refs:busy (Results 101 - 118 of 118) sorted by relevance

12345

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c876 if (dn_cfg.busy) {
877 /* if the upper half is busy doing something expensive,
H A Dip_dummynet.c1444 config_aqm(struct dn_fsk *fs, struct dn_extra_parms *ep, int busy) argument
1466 if (busy) {
1467 D("Unable to configure flowset, flowset busy!");
1654 * We consider the flowset as busy if it has scheduler
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c940 cpu_idle(int busy) argument
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c3399 if (que->txr->busy)
3403 * are uncleaned descriptors it increments busy. If
3406 if (que->busy == IXGBE_QUEUE_HUNG) {
3416 if (que->busy >= IXGBE_MAX_TX_BUSY) {
3419 que->txr->busy = IXGBE_QUEUE_HUNG;
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h834 u8 busy; member in struct:mlx5_cmd_work_ent
H A Dmlx5_ifc.h9633 u8 busy[0x1]; member in struct:mlx5_ifc_icmd_control_bits
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S661 andb $~0x2,tss_desc+0x5 # Clear TSS busy
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S635 andb $~0x2,tss_desc+0x5 # Clear TSS busy
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c2101 int hung = 0, busy = 0; local
2119 ++busy;
2125 if (busy == adapter->num_queues)
2128 (busy < adapter->num_queues))
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.c1117 CHN_INIT(d, channels.pcm.busy);
1174 "unregister: channel %s busy (pid %d)\n",
1185 device_printf(dev, "unregister: clone busy\n");
1196 device_printf(dev, "unregister: mixer busy\n");
1262 * are open (busy).
1348 * @todo Fill in "busy devices" fields.
/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-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;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1585 c3 : 1, busy : 1; member in struct:llvm::MachO::fp_status_t
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c2515 /* Come back later if the device is busy... */
2547 * Ensures that an object will eventually get non-busy by flushing any required
2573 * -ETIME: object is still busy after timeout
2582 * The wait ioctl with a timeout of 0 reimplements the busy ioctl. With any
2586 * function completes. A similar but shorter * race condition exists in the busy
2629 * on this IOCTL with a 0 timeout (like busy ioctl)
3923 /* Count all active objects as busy, even if they are currently not used
3925 * become non-busy without any further actions, therefore emit any
3930 args->busy = obj->active;
3933 args->busy |
[all...]
/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/sys/kern/
H A Dtty.c169 * The unusual structure of this loop ensures we check for busy one more
1047 PATCH_FUNC(busy);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c2052 ** to the connection's busy-handler callback. The argument is of type (void**)
2055 ** busy-handler, this function should be invoked with the second (void *) in
3677 ** KEYWORDS: {busy-handler callback} {busy handler}
3688 ** ^If the busy callback is NULL, then [SQLITE_BUSY]
3689 ** is returned immediately upon encountering the lock. ^If the busy callback
3692 ** ^The first argument to the busy handler is a copy of the void* pointer which
3694 ** the busy handler callback is the number of times that the busy handler has
3696 ** busy callbac
17006 u8 busy; /* TRUE if currently initializing */ member in struct:sqlite3::sqlite3InitInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9463 outs() << " busy " << fpu.fpu_fsw.busy << "\n";

Completed in 926 milliseconds

12345