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

12345

/freebsd-11-stable/sys/sys/
H A D_unrhdr.h42 u_int busy; /* Count of allocated items */ member in struct:unrhdr
/freebsd-11-stable/sys/dev/ppbus/
H A Dpps.c47 int busy; member in struct:pps_data
222 if (!sc->busy) {
237 if (subdev > 0 && !(sc->busy & ~1)) {
242 sc->busy |= (1 << subdev);
257 sc->busy &= ~(1 << subdev);
258 if (subdev > 0 && !(sc->busy & ~1))
260 if (!sc->busy) {
281 KASSERT(sc->busy & ~1, ("pps polling w/o opened devices"));
/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/contrib/gcc/
H A Dgthr-vxworks.h106 volatile unsigned char busy; member in struct:__anon1341
/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/sys/dev/tdfx/
H A Dtdfx_vars.h97 int busy; member in struct:tdfx_softc
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c246 KASSERT (y == uh->busy,
248 uh->busy, y, line));
362 KASSERT(uh->busy == 0, ("unrhdr has %u allocations", uh->busy));
589 uh->busy++;
612 uh->busy++;
646 uh->busy++;
663 uh->busy++;
725 uh->busy++;
778 uh->busy
[all...]
H A Dkern_clocksource.c93 static u_int busy = 1; /* Reconfiguration is in progress. */ variable
140 if (doconfigtimer() || busy)
216 if (!busy) {
310 if (busy)
465 if (atomic_readandclear_int(&state->handle) && !busy) {
521 busy = 0;
525 busy = 1;
764 if (idletick || busy ||
799 if (state->idle == 0 || busy)
840 if (busy)
[all...]
/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/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/sys/contrib/octeon-sdk/
H A Dcvmx-zip-defs.h579 uint64_t busy : 1; /**< 1: ZIP system is busy; 0: ZIP system is idle. */ member in struct:cvmx_zip_ctl_cfg::cvmx_zip_ctl_cfg_s
583 uint64_t busy : 1;
617 uint64_t busy : 1; /**< Core State: 1 - Core is busy; 0 - Core is idle */ member in struct:cvmx_zip_dbg_corex_inst::cvmx_zip_dbg_corex_inst_s
627 uint64_t busy : 1;
648 uint64_t busy : 1; /**< Core State: 1 - Core is busy; 0 - Core is idle */ member in struct:cvmx_zip_dbg_corex_sta::cvmx_zip_dbg_corex_sta_s
656 uint64_t busy : 1;
677 uint64_t busy member in struct:cvmx_zip_dbg_quex_sta::cvmx_zip_dbg_quex_sta_s
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c213 * Return the busy for rx_frame, rx_clear, and tx_frame
273 * Return approximation of extension channel busy over an time interval
274 * 0% (clear) -> 100% (busy)
283 uint32_t busy; /* percentage */ local
296 busy = 0;
316 /* Compute ratio of extension channel busy to control channel clear
320 * if the ctrl rxclear is de-asserted (i.e. busy)
323 busy = (extBusyDelta * 100) / ctlClearDelta;
325 busy = 100;
327 if (busy > 10
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dcpu.c596 cpu_idle(int busy) argument
609 busy, curcpu);
612 if (!busy) {
617 if (!busy) {
624 busy, curcpu);
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_asus.c106 int busy; member in struct:acpi_asus_led
759 sc->s_bled.busy = 0;
768 sc->s_dled.busy = 0;
776 sc->s_gled.busy = 0;
784 sc->s_mled.busy = 0;
792 sc->s_tled.busy = 0;
801 sc->s_wled.busy = 0;
926 led->busy = 0;
935 if (led->busy)
938 led->busy
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c674 int busy, error, fd; local
704 busy = 0;
719 busy = 1;
725 busy = 1;
731 busy = 1;
737 busy = 1;
758 busy = 1;
765 busy = 1;
771 busy = 1;
778 if (!busy)
[all...]
/freebsd-11-stable/sys/dev/netmap/
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...]
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c107 int busy; member in struct:snd_midi
352 m->busy = 0;
407 if (m->busy) {
656 m->busy++;
704 m->busy--;
716 MIDI_DEBUG(1, printf("midi_close: closed, busy = %d.\n", m->busy));
774 if (!m->busy)
850 if (!m->busy)
1107 m->busy
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.c227 return (1); /* busy - cannot transfer data */
449 goto busy;
456 goto busy;
494 busy:
495 return (1); /* busy */
522 goto busy;
583 goto busy;
619 busy:
620 return (1); /* busy */
643 goto busy;
[all...]
H A Ddwc_otg.c741 return (1); /* busy */
750 return (1); /* busy */
769 return (1); /* busy - cannot transfer data */
774 return (1); /* busy - cannot transfer data */
797 return (1); /* busy - not enough channels */
986 goto busy;
1001 goto busy;
1008 goto busy;
1015 goto busy;
1051 goto busy;
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h150 (ssk->tx_ring.rdma_inflight ? ssk->tx_ring.rdma_inflight->busy : 0))
261 int busy; member in struct:bzcopy_state
292 u8 busy; member in struct:rx_srcavail_state
297 /* Data below 'busy' will be reset */
298 u8 busy; member in struct:tx_srcavail_state
460 memset((void *)&tx_sa->busy, 0,
461 sizeof(*tx_sa) - offsetof(typeof(*tx_sa), busy));
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c536 cpu_idle(int busy) argument
543 if (!busy) {
548 if (!busy) {
/freebsd-11-stable/sys/dev/iicbus/
H A Dmax6690.c110 uint8_t busy[1], rsl; local
115 /* first read the status register, 0x2. If busy, retry. */
118 { addr, IIC_M_RD, 1, busy },
128 if (busy[0] & 0x80)
/freebsd-11-stable/sys/dev/nand/
H A Dnandbus.c78 uint8_t busy; member in struct:nandbus_softc
409 if (sc->busy)
411 sc->busy = 1;
423 sc->busy = 0;
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h145 extern void PktQueueBusy (BOOL busy);

Completed in 507 milliseconds

12345