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

1234

/freebsd-10.0-release/sys/sys/
H A D_unrhdr.h42 u_int busy; /* Count of allocated items */ member in struct:unrhdr
/freebsd-10.0-release/sys/kern/
H A Dsubr_unit.c181 u_char busy; member in struct:unrb
219 KASSERT (w == ub->busy,
220 ("UNR inconsistency: busy %u found %u (line %d)\n",
221 ub->busy, w, line));
226 KASSERT (y == uh->busy,
228 uh->busy, y, line));
342 KASSERT(uh->busy == 0, ("unrhdr has %u allocations", uh->busy));
415 ub->busy = 0;
418 ub->busy
[all...]
H A Dkern_clocksource.c99 static u_int busy = 1; /* Reconfiguration is in progress. */ variable
151 if (doconfigtimer() || busy)
234 if (!busy) {
327 if (busy)
475 if (atomic_readandclear_int(&state->handle) && !busy) {
526 busy = 0;
530 busy = 1;
751 if (idletick || busy ||
786 if (state->idle == 0 || busy)
810 if (busy)
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/gcc/
H A Dgthr-vxworks.h106 volatile unsigned char busy; member in struct:__anon1067
/freebsd-10.0-release/sys/dev/tdfx/
H A Dtdfx_vars.h97 int busy; member in struct:tdfx_softc
/freebsd-10.0-release/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-10.0-release/sys/boot/fdt/dts/
H A Dcubieboard.dts124 busy-detect = <1>;
H A Dcubieboard2.dts130 busy-detect = <1>;
/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/dev/ieee488/
H A Dupd7210.c107 if (u->busy == 0 || u->irq == NULL || !u->irq(u, isr_3)) {
223 if (u->busy) {
227 u->busy = 1;
269 u->busy = 0;
H A Dupd7210.h65 int busy; member in struct:upd7210
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dcpu.c537 cpu_idle(int busy) argument
550 busy, curcpu);
553 if (!busy) {
558 if (!busy) {
565 busy, curcpu);
/freebsd-10.0-release/sys/dev/acpi_support/
H A Dacpi_asus.c106 int busy; member in struct:acpi_asus_led
754 sc->s_bled.busy = 0;
763 sc->s_dled.busy = 0;
771 sc->s_gled.busy = 0;
779 sc->s_mled.busy = 0;
787 sc->s_tled.busy = 0;
796 sc->s_wled.busy = 0;
921 led->busy = 0;
930 if (led->busy)
933 led->busy
[all...]
/freebsd-10.0-release/sys/dev/sound/midi/
H A Dmidi.c108 int busy; member in struct:snd_midi
353 m->busy = 0;
404 if (m->busy) {
651 m->busy++;
699 m->busy--;
711 MIDI_DEBUG(1, printf("midi_close: closed, busy = %d.\n", m->busy));
769 if (!m->busy)
845 if (!m->busy)
1107 m->busy
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h148 (ssk->tx_ring.rdma_inflight ? ssk->tx_ring.rdma_inflight->busy : 0))
259 int busy; member in struct:bzcopy_state
290 u8 busy; member in struct:rx_srcavail_state
295 /* Data below 'busy' will be reset */
296 u8 busy; member in struct:tx_srcavail_state
458 memset((void *)&tx_sa->busy, 0,
459 sizeof(*tx_sa) - offsetof(typeof(*tx_sa), busy));
H A Dsdp_tx.c186 BZCOPY_STATE(mb)->busy--;
246 if (!ssk->tx_ring.rdma_inflight->busy) {
255 ssk->tx_ring.rdma_inflight->busy = 0;
342 if (ssk->tx_ring.rdma_inflight && ssk->tx_ring.rdma_inflight->busy) {
/freebsd-10.0-release/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-10.0-release/sys/mips/mips/
H A Dmachdep.c536 cpu_idle(int busy) argument
543 if (!busy) {
548 if (!busy) {
/freebsd-10.0-release/sys/dev/nand/
H A Dnandbus.c78 uint8_t busy; member in struct:nandbus_softc
399 if (sc->busy)
401 sc->busy = 1;
413 sc->busy = 0;
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_show.c672 int busy, error, fd; local
702 busy = 0;
717 busy = 1;
723 busy = 1;
729 busy = 1;
735 busy = 1;
756 busy = 1;
763 busy = 1;
776 if (!busy)
/freebsd-10.0-release/sys/net/
H A Dif_atm.h262 #define ATMEV_FLOW_CONTROL 0x0001 /* channel busy state changed */
270 u_int busy : 1; /* != 0 -> ATM layer busy */ member in struct:atmev_flow_control
307 _arg.busy = (BUSY); \
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dmixer.c52 int busy; member in struct:snd_mixer
178 CHN_FOREACH(c, d, channels.pcm.busy) {
231 CHN_FOREACH(c, d, channels.pcm.busy) {
635 m->busy = 0;
785 if (m->busy) {
966 return (m->busy);
1053 m->busy = 1;
1077 ret = (m->busy == 0) ? EBADF : 0;
1078 m->busy = 0;
1264 if (from == MIXER_CMD_CDEV && !m->busy) {
[all...]

Completed in 405 milliseconds

1234