HomeSort by: relevance | last modified time | path
    Searched refs:busy (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/sys/sys/
tape.h 43 int32_t busy; member in struct:tape_sysctl
66 int busy; /* drive is busy */ member in struct:tape
73 struct timeval time; /* total time spent busy */
iostat.h 53 int32_t busy; member in struct:io_sysctl
73 * accumulated busy sum (busy time * count)
92 int io_busy; /* busy counter */
101 struct timeval io_busystamp; /* timestamp of last busy */
104 struct timeval io_waitsum; /* accumulated busy * time */
105 struct timeval io_busytime; /* accumlated time busy */
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_busy.c 34 * last_read - hence we always set both read and write busy for
104 * This also means that wait-ioctl may report an object as busy,
105 * where busy-ioctl considers it idle.
112 * args->busy =
121 args->busy =
135 args->busy |= busy_check_reader(fence);
139 if (args->busy && read_seqcount_retry(&obj->base.resv->seq, seq))
  /src/sys/arch/ews4800mips/ews4800mips/
sector.c 43 bool busy; member in struct:sector_rw
51 if (rw->busy)
53 rw->busy = true;
67 rw->busy = false;
  /src/sys/kern/
subr_percpu.c 65 struct lwp *busy; member in struct:__anond2627cf50108
226 percpu_allocation.busy = NULL;
267 while (percpu_allocation.busy)
270 percpu_allocation.busy = curlwp;
278 KASSERT(percpu_allocation.busy == curlwp);
279 percpu_allocation.busy = NULL;
338 while (percpu_allocation.busy)
341 percpu_allocation.busy = curlwp;
367 KASSERT(percpu_allocation.busy == curlwp);
368 percpu_allocation.busy = NULL
    [all...]
  /src/sys/arch/usermode/dev/
ld_thunkbus.c 77 bool busy; member in struct:ld_thunkbus_softc
137 sc->busy = false;
182 if (sc->busy)
190 sc->busy = true;
212 if (!sc->busy)
233 sc->busy = false;
251 sc->busy = true;
267 if (!sc->busy)
268 panic("%s: but not busy?\n", __func__);
299 sc->busy = false
    [all...]
  /src/sys/dev/ppbus/
pps_ppbus.c 51 int busy; member in struct:pps_softc
114 if (sc->busy)
141 sc->busy = 1;
152 sc->busy = 0;
ppbus_base.h 66 #define PTRBUSY BUSY
75 #define PERIACK BUSY
83 #define nWAIT BUSY
126 unsigned int busy:1; member in struct:ppbus_status
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_misc.c 126 * Return approximation of extension channel busy over an time interval
127 * 0% (clear) -> 100% (busy)
134 uint32_t busy; /* percentage */ local in function:ar5416Get11nExtBusy
147 busy = 0;
167 /* Compute ratio of extension channel busy to control channel clear
171 * if the ctrl rxclear is de-asserted (i.e. busy)
174 busy = (extBusyDelta * 100) / ctlClearDelta;
176 busy = 100;
178 if (busy > 100) {
179 busy = 100
    [all...]
  /src/sys/arch/amd64/amd64/
gdt.c 66 bool busy[NDYNSLOTS]; member in struct:__anonb7120b8e0108
77 /* bitmap of busy slots */
139 memset(&gdt_bitmap.busy, 0, sizeof(gdt_bitmap.busy));
231 if (!gdt_bitmap.busy[i]) {
232 gdt_bitmap.busy[i] = true;
247 gdt_bitmap.busy[slot] = false;
  /src/sys/arch/i386/i386/
gdt.c 54 bool busy[NDYNSLOTS]; member in struct:__anone6c360ca0108
65 /* bitmap of busy slots */
152 memset(&gdt_bitmap.busy, 0, sizeof(gdt_bitmap.busy));
262 if (!gdt_bitmap.busy[i]) {
263 gdt_bitmap.busy[i] = true;
278 gdt_bitmap.busy[slot] = false;
  /src/sys/arch/hp300/dev/
topcatreg.h 50 while (((volatile struct tcboxfb *)(regaddr))->busy & planes) \
59 uint8_t busy; /* window move active 0x4044 */ member in struct:tcboxfb
108 uint16_t cmap_busy; /* Color Ram busy 0x6002 */
  /src/sbin/fsck_lfs/
utilities.c 194 static int busy = 0; local in function:getpathname
200 if (busy ||
205 busy = 1;
238 busy = 0;
  /src/sys/dev/nor/
cfi_0002.c 173 sc->sc_nor_if->busy = cfi_0002_busy;
389 * cfi_0002_busy - nor_interface busy op
399 CFI_0002_STATS_INC(cfi, busy);
405 * cfi_0002_busy_wait - wait until device is not busy
448 * cfi_0002_busy_poll - poll until device is not busy
458 return 0; /* not busy */
462 return ETIMEDOUT; /* busy */
466 * cfi_0002_busy_yield - yield until device is not busy
481 return 0; /* not busy */
492 return 0; /* not busy */
513 bool busy; local in function:cfi_0002_busy_dq7
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_uvmm.c 138 if (ret = -ENOENT, (!vma->user && !client->super) || vma->busy) {
140 vma->user, !client->super, vma->busy);
189 if (ret = -ENOENT, (!vma->user && !client->super) || vma->busy) {
191 vma->user, !client->super, vma->busy);
216 vma->busy = true;
221 /* Successful map will clear vma->busy. */
227 vma->busy = false;
260 if (ret = -ENOENT, (!vma->user && !client->super) || vma->busy) {
262 vma->user, !client->super, vma->busy);
  /src/sys/arch/hp300/stand/common/
grf_tcreg.h 47 while (((struct tcboxfb *)(regaddr))->busy & planes) DELAY(100)
83 vu_char busy; /* window move active 0x4044 */ member in struct:tcboxfb
132 vu_short cmap_busy; /* Color Ram busy 0x6002 */
  /src/tests/kernel/
t_umountstress.sh 90 atf_fail "Unmount succeeded while busy"
95 *:\ Device\ busy)
183 *:\ Device\ busy)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
nouveau_nvkm_subdev_pmu_gk20a.c 52 u32 busy; member in struct:gk20a_pmu_dvfs_dev_status
105 status->busy = nvkm_falcon_rd32(falcon, 0x508 + (BUSY_SLOT * 0x10));
143 utilization = div_u64((u64)status.busy * 100, status.total);
  /src/sys/dev/pci/
autri.c 238 uint32_t status, addr, cmd, busy; local in function:autri_read_codec
249 busy = AUTRI_DX_ACR1_BUSY_READ;
254 busy = AUTRI_NX_ACR2_BUSY_READ | AUTRI_NX_ACR2_RECV_WAIT;
259 busy = AUTRI_SIS_ACRD_BUSY_READ | AUTRI_SIS_ACRD_AUDIO_BUSY;
267 busy = AUTRI_ALI_ACRD_BUSY_READ;
277 if ((TREAD4(sc, addr) & busy) == 0)
282 printf("%s: Codec timeout. Busy reading AC'97 codec.\n",
293 if ((status & busy) == 0)
298 printf("%s: Codec timeout. Busy reading AC'97 codec.\n",
313 uint32_t addr, cmd, busy; local in function:autri_write_codec
    [all...]
  /src/sbin/fsck_ext2fs/
utilities.c 414 static int busy = 0; local in function:getpathname
420 if (busy ||
425 busy = 1;
456 busy = 0;
  /src/sys/dev/sbus/
dbrivar.h 99 int busy; member in struct:dbri_desc
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
mpc.h 138 uint32_t busy; member in struct:mpcc_state
  /src/sys/dev/usb/
ubt.c 160 * busy
170 int busy; member in struct:ubt_isoc_xfer
1071 sc->sc_scord[i].busy = 0;
1095 sc->sc_scowr[i].busy = 0;
1372 if (sc->sc_scowr[i].busy)
1438 isoc->busy = 1;
1475 isoc->busy = 0;
1483 if (sc->sc_scowr[i].busy)
1668 if (isoc->busy || sc->sc_dying || sc->sc_scord_size == 0) {
1670 isoc->busy ? " busy" : ""
    [all...]
  /src/sys/netinet/
ip_encap.c 141 struct lwp *busy; member in struct:__anonde028d110208
162 encap_whole.busy = NULL;
899 while (encap_whole.busy != NULL) {
906 KASSERT(encap_whole.busy == NULL);
907 encap_whole.busy = curlwp;
918 KASSERT(encap_whole.busy == curlwp);
919 encap_whole.busy = NULL;
928 return (encap_whole.busy == curlwp);
  /src/sys/arch/atari/dev/
ncr5380.c 76 static uint8_t busy; variable in typeref:typename:uint8_t
97 * device is busy internally and the first SCSI-phase will be delayed.
479 * destined for a target that isn't busy.
484 if ((busy & (1 << req->targ_id)) == 0) {
953 busy |= targ_bit;
990 busy &= ~(1 << reqp->targ_id);
1014 busy &= ~(1 << reqp->targ_id);
1086 busy &= ~(1 << reqp->targ_id);
1185 busy &= ~(1 << reqp->targ_id);
1431 * If 'poll' is true, the function busy-waits until DMA has completed
    [all...]

Completed in 20 milliseconds

1 2 3 4