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

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
actions-changed.c 27 int keeping, busy; local
30 busy = keeping * keeping;
32 return busy;
38 int keeping, busy; local
41 busy = keeping * keeping;
43 return busy;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
actions-changed.c 27 int keeping, busy; local
30 busy = keeping * keeping;
32 return busy;
38 int keeping, busy; local
41 busy = keeping * keeping;
43 return busy;
  /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/sbin/fsck_lfs/
utilities.c 194 static int busy = 0; local
200 if (busy ||
205 busy = 1;
238 busy = 0;
  /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;
  /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/external/gpl3/gcc/dist/libgomp/
parallel.c 44 unsigned long busy; local
108 busy = pool->threads_busy;
110 if (icv->thread_limit_var - busy + 1 < num_threads)
111 num_threads = icv->thread_limit_var - busy + 1;
114 busy, busy + num_threads - 1)
115 != busy);
119 busy = pool->threads_busy;
120 if (icv->thread_limit_var - busy + 1 < num_threads)
121 num_threads = icv->thread_limit_var - busy + 1
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
parallel.c 44 unsigned long busy; local
108 busy = pool->threads_busy;
110 if (icv->thread_limit_var - busy + 1 < num_threads)
111 num_threads = icv->thread_limit_var - busy + 1;
114 busy, busy + num_threads - 1)
115 != busy);
119 busy = pool->threads_busy;
120 if (icv->thread_limit_var - busy + 1 < num_threads)
121 num_threads = icv->thread_limit_var - busy + 1
    [all...]
  /src/sbin/fsck_ext2fs/
utilities.c 414 static int busy = 0; local
420 if (busy ||
425 busy = 1;
456 busy = 0;
  /src/sys/arch/amd64/amd64/
gdt.c 66 bool busy[NDYNSLOTS]; member in struct:__anon923
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:__anon1447
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/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/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/external/mit/libuv/dist/src/unix/
async.c 84 handle->u.fd = 0; /* This will be used as a busy flag. */
95 _Atomic int* busy; local
98 busy = (_Atomic int*) &handle->u.fd;
104 /* Set the loop to busy. */
105 atomic_fetch_add(busy, 1);
111 /* Set the loop to not-busy. */
112 atomic_fetch_add(busy, -1);
118 /* Wait for the busy flag to clear before closing.
122 _Atomic int* busy; local
126 busy = (_Atomic int*) &handle->u.fd
    [all...]
  /src/sbin/fsck_ffs/
utilities.c 481 static int busy = 0; local
489 if (busy || (info->ino_state != DSTATE && info->ino_state != DFOUND)) {
493 busy = 1;
524 busy = 0;
  /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/sys/dev/dm/
device-mapper.c 266 bool busy; local
271 busy = (dmv->diskp->dk_openmask != 0 && (flags & DETACH_FORCE) == 0);
274 if (busy)
  /src/sys/dev/i2c/
xc5k.c 229 uint16_t busy; local
242 error = xc5k_read_2(xc, XC5K_REG_BUSY, &busy);
243 if (error || !busy)
  /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
    [all...]
  /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
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/kern/
subr_percpu.c 67 struct lwp *busy; member in struct:__anon6871
228 percpu_allocation.busy = NULL;
269 while (percpu_allocation.busy)
272 percpu_allocation.busy = curlwp;
280 KASSERT(percpu_allocation.busy == curlwp);
281 percpu_allocation.busy = NULL;
340 while (percpu_allocation.busy)
343 percpu_allocation.busy = curlwp;
369 KASSERT(percpu_allocation.busy == curlwp);
370 percpu_allocation.busy = NULL
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio_inject.c 502 * If the lane is busy, we want this request to complete
509 hrtime_t busy = handler->zi_record.zi_timer + local
511 hrtime_t target = MAX(idle, busy);
  /src/external/gpl2/libmalloc/dist/
malloc.h 139 /* Heap information for a busy block. */
157 } busy; member in union:__anon9400
  /src/external/gpl3/gcc/dist/libgcc/config/
gthr-vxworks.h 55 /* We use a bare atomic primitive with busy loops to handle mutual exclusion.
207 __vx_tas_t busy; member in struct:__anon14247

Completed in 42 milliseconds

1 2 3