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

12345

/freebsd-11-stable/sys/vm/
H A Dvm_map.c722 map->busy++;
730 KASSERT(map->busy, ("vm_map_unbusy: not busy"));
731 if (--map->busy == 0 && (map->flags & MAP_BUSY_WAKEUP)) {
733 wakeup(&map->busy);
742 while (map->busy) {
745 msleep(&map->busy, &map->system_mtx, 0, "mbusy", 0);
747 sx_sleep(&map->busy, &map->lock, 0, "mbusy", 0);
793 map->busy = 0;
2703 * mark. Mark the map busy fo
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4491 /* Release the rule form busy state before removal */
4575 int busy; local
4577 busy = 0;
4585 "%s id 0x%llx is busy\n",
4588 ++busy;
4599 return busy;
4606 int busy; local
4610 busy = _move_all_busy(dev, slave, type, 0);
4613 if (busy)
4615 } while (busy);
[all...]
/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) {
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c603 * Mark a mount point as busy. Used to synchronize access and to delay
656 * telling the caller that mount mount it tried to busy is no longer
683 * Free a busy filesystem.
3063 * of this filesystem. The root vnode is considered busy if its
3070 static int busyprt = 0; /* print out busy vnodes */
3071 SYSCTL_INT(_debug, OID_AUTO, busyprt, CTLFLAG_RW, &busyprt, 0, "Print out busy vnodes");
3079 int busy = 0, error; local
3153 busy++;
3156 vn_printf(vp, "vflush: busy vnode ");
3164 * If just the root vnode is busy, an
[all...]
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h590 AACQ_COMMAND_QUEUE(busy, AACQ_BUSY);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drm.h718 /** Handle of the buffer to check for busy */
721 /** Return busy status (1 if busy, 0 if idle).
724 * 16:31 - busy (r or r/w) rings (16 render, 17 bsd, 18 blt, etc)
726 __u32 busy; member in struct:drm_i915_gem_busy
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h538 MFIQ_COMMAND_QUEUE(busy, MFIQ_BUSY);
/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/fs/tmpfs/
H A Dtmpfs_vfsops.c254 if (map->busy)
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h651 AACQ_COMMAND_QUEUE(busy, AACQ_BUSY);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.h384 } busy; member in struct:snddev_info::__anon4::__anon5
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c179 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member in struct:emu_voice
559 for (i = 0; i < 64 && sc->voice[i].busy; i++);
562 v->busy = 1;
1835 sc->voice[ch].busy = 0;
H A Demu10kx.c256 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member in struct:emu_voice
1262 for (i = 0; i < NUM_G && sc->voice[i].busy; i++);
1265 v->busy = 1;
1278 if (v == &sc->voice[i] && sc->voice[i].busy) {
1279 v->busy = 0;
3231 sc->voice[i].busy = 0;
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h1749 are busy */
1757 are busy */
1875 int busy; /* 0, OPEN_READ, OPEN_WRITE or OPEN_READWRITE */ member in struct:oss_audioinfo
1939 int busy; /* 0, OPEN_READ, OPEN_WRITE or OPEN_READWRITE */ member in struct:oss_midi_info
/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/dev/cxgb/common/
H A Dcxgb_t3_hw.c3805 int busy = 0; local
3813 busy = t3_wait_op_done(adap, A_TP_RESET, F_FLSTINITENABLE,
3815 if (busy)
3819 if (!busy)
3821 return busy;
/freebsd-11-stable/sys/dev/sf/
H A Dif_sf.c377 int busy; local
384 busy = csr_read_4(sc, SF_PHY_REG(phy, reg));
385 if ((busy & SF_MII_BUSY) == 0)
/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/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/mlx5/mlx5_core/
H A Dmlx5_cmd.c155 ent->busy = 1;
629 return "resource busy";
891 ent->busy = 0;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c191 } while (mix_ctl.s.busy);
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt.h258 #define HA_ABUSY 0x01 /* aux busy bit */
267 #define HA_SBUSY 0x80 /* drive busy */
390 busy :1; /* controller busy */ member in struct:reg_bit
395 u_int8_t abusy :1, /* auxiliary busy */
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c558 ev->busy ? NGM_HIGH_WATER_PASSED : NGM_LOW_WATER_PASSED,
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c2373 static int busy = FALSE; local
2376 if (busy)
2378 busy = TRUE;
2404 busy = FALSE;
4181 * if found, add all non-busy keyboards to "kbdmux". Otherwise look for
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c2950 u32 busy = 1; local
2955 while (busy & (1 < retry)) {
2957 busy = (0 != (val & CUDBG_CIM_BUSY_BIT));
2961 if (busy)
3742 pdbg_init->print("%s(): Timeout waiting for non-busy\n",

Completed in 381 milliseconds

12345