Searched refs:busy (Results 76 - 100 of 118) sorted by path

12345

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9463 outs() << " busy " << fpu.fpu_fsw.busy << "\n";
/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/wpa/src/ap/
H A Dacs.c71 * observed busy time over the time we spent on the channel,
78 * (busy time - tx time) / (active time - tx time) * 2^(chan_nf + band_min_nf)
83 * What this does is it decreases the observed busy time ratio if the
88 * If channel busy time is not available the fallback is to use channel RX time.
94 * (busy time - tx time) / (active time - tx time) *
98 * However to account for cases where busy/rx time is 0 (channel load is then
102 * 10^(chan_nf/5) + (busy time - tx time) / (active time - tx time) *
135 * ACS: 1: min_nf=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
136 * ACS: 2: min_nf=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
137 * ACS: 3: min_nf=-113 interference_factor=0.0679012 nf=-113 time=162 busy
296 long double factor, busy, total; local
[all...]
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh708 * simply REFUSE to detach if it's busy. What you do depends on
712 * are busy. You must cope with that possibility. Your hardware
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c275 cpu_idle(int busy) argument
278 CTR2(KTR_SPARE2, "cpu_idle(%d) at %d", busy, curcpu);
281 if (!busy)
287 if (!busy)
291 CTR2(KTR_SPARE2, "cpu_idle(%d) at %d done", busy, curcpu);
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c411 cpu_idle(int busy) argument
415 if (!busy)
421 if (!busy)
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h651 AACQ_COMMAND_QUEUE(busy, AACQ_BUSY);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-promise.c124 int busy; member in struct:ata_promise_sx4
296 hpkt->busy = 0;
730 hpktp->busy = 0;
1252 if (hpktp->busy) {
1259 hpktp->busy = 1;
1278 hpktp->busy = 0;
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c285 int mask, busy, cnt; local
291 /* Get the mask of pending irqs, assuming they are busy.
293 busy = ct_probe_irq (b, irq);
300 if ((mask & ~busy) == 1 << irq) {
302 /* printf ("ct%d: irq %d ok, mask=0x%04x, busy=0x%04x\n",
303 b->num, irq, mask, busy); */
307 /* printf ("ct%d: irq %d not functional, mask=0x%04x, busy=0x%04x\n",
308 b->num, irq, mask, busy); */
766 /* Check if the device is busy (open). */
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c373 int mask, busy, cnt; local
379 /* Get the mask of pending irqs, assuming they are busy.
381 busy = cx_probe_irq (b, irq);
388 if ((mask & ~busy) == 1 << irq) {
390 /* printf ("cx%d: irq %d ok, mask=0x%04x, busy=0x%04x\n",
391 b->num, irq, mask, busy); */
395 /* printf ("cx%d: irq %d not functional, mask=0x%04x, busy=0x%04x\n",
396 b->num, irq, mask, busy); */
889 /* Check if the device is busy (open). */
2073 /* Is it busy
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c61 uint32_t locked:1; /* filter is administratively locked or busy */
549 int i, rc, busy, locked; local
567 rc = busy = locked = 0;
570 busy += f[i].pending + f[i].valid;
575 else if (busy > 0)
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c1013 if (txr->busy == EM_TX_IDLE)
1014 txr->busy = EM_TX_BUSY;
1042 * however, if busy the driver can queue the request rather
1117 if ((enq > 0) && (txr->busy == EM_TX_IDLE))
1118 txr->busy = EM_TX_BUSY;
2359 if (txr->busy == EM_TX_HUNG)
2361 if (txr->busy >= EM_TX_MAXTRIES)
2362 txr->busy = EM_TX_HUNG;
2466 txr->busy = EM_TX_IDLE;
2500 txr->busy
[all...]
H A Dif_em.h329 int busy; member in struct:tx_ring
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/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;
H A Dif_ixv.c970 if (que->txr->busy)
974 * are uncleaned descriptors it increments busy. If
977 if (que->busy == IXGBE_QUEUE_HUNG) {
987 if (que->busy >= IXGBE_MAX_TX_BUSY) {
990 que->txr->busy = IXGBE_QUEUE_HUNG;
H A Dix_txrx.c465 if (txr->busy == 0)
466 txr->busy = 1;
1022 txr->busy = 0;
1101 * would have been taken, so increment busy
1106 if ((processed == 0) && (txr->busy != IXGBE_QUEUE_HUNG))
1107 ++txr->busy;
1113 txr->busy = 1;
1116 txr->busy = 0;
H A Dixgbe.h309 int busy; member in struct:ix_queue
325 int busy; member in struct:tx_ring
/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/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c155 ent->busy = 1;
629 return "resource busy";
891 ent->busy = 0;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap.c1966 nm_prdis("ring %s busy", kring->name);
3691 nm_prerr("Error: netmap adapter hook is busy");
3848 int busy; local
3910 busy = kring->nr_hwtail - kring->nr_hwcur;
3911 if (busy < 0)
3912 busy += kring->nkr_num_slots;
3913 if (busy + mbq_len(q) >= kring->nkr_num_slots - 1) {
H A Dnetmap_kern.h1212 int busy = 1, stopped; local
1221 busy = NM_ATOMIC_TEST_AND_SET(&kr->nr_busy);
1236 return unlikely(busy) ? NM_KR_BUSY : 0;
1239 if (!busy)
H A Dnetmap_monitor.c589 int rel_slots, free_slots, busy, sent = 0; local
631 busy = i - mkring->nr_hwcur;
632 if (busy < 0)
633 busy += mkring->nkr_num_slots;
634 free_slots = mlim - busy;
733 int free_slots, busy, sent = 0, m; local
747 busy = i - mkring->nr_hwcur;
748 if (busy < 0)
749 busy += mkring->nkr_num_slots;
750 free_slots = mlim - busy;
[all...]
H A Dnetmap_vale.c799 int busy = k->nkr_hwlease - k->nr_hwcur; local
800 if (busy < 0)
801 busy += k->nkr_num_slots;
802 space = k->nkr_num_slots - 1 - busy;
814 busy < 0 ||
815 busy >= k->nkr_num_slots) {

Completed in 833 milliseconds

12345