| /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/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/gpl2/libmalloc/dist/ |
| malloc-find.c | 37 int type = _heapinfo[block].busy.type; 42 __malloc_ptrdiff_t sizevalue = _heapinfo[block].busy.info.size;
|
| free.c | 49 type = _heapinfo[block].busy.type; 55 _bytes_used -= _heapinfo[block].busy.info.size * BLOCKSIZE; 56 _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE; 77 _heapinfo[i].free.size += _heapinfo[block].busy.info.size; 83 _heapinfo[block].free.size = _heapinfo[block].busy.info.size; 134 (_heapinfo[block].busy.info.frag.first << type)); 136 if (_heapinfo[block].busy.info.frag.nfree == (BLOCKSIZE >> type) - 1) 146 _heapinfo[block].busy.type = 0; 147 _heapinfo[block].busy.info.size = 1; 157 else if (_heapinfo[block].busy.info.frag.nfree != 0 [all...] |
| realloc.c | 131 type = _heapinfo[block].busy.type; 150 if (blocks < _heapinfo[block].busy.info.size) 154 _heapinfo[block + blocks].busy.type = 0; 155 _heapinfo[block + blocks].busy.info.size 156 = _heapinfo[block].busy.info.size - blocks; 157 _heapinfo[block].busy.info.size = blocks; 165 else if (blocks == _heapinfo[block].busy.info.size) 173 blocks = _heapinfo[block].busy.info.size;
|
| malloc.c | 148 newinfo[BLOCK (oldinfo)].busy.type = 0; 149 newinfo[BLOCK (oldinfo)].busy.info.size 223 if (--_heapinfo[block].busy.info.frag.nfree != 0) 224 _heapinfo[block].busy.info.frag.first = (unsigned long int) 255 _heapinfo[block].busy.type = log; 256 _heapinfo[block].busy.info.frag.nfree = i - 1; 257 _heapinfo[block].busy.info.frag.first = i - 1; 298 _heapinfo[block].busy.type = 0; 299 _heapinfo[block].busy.info.size = blocks; 334 _heapinfo[block].busy.type = 0 [all...] |
| gmalloc.c | 141 /* Heap information for a busy block. */ 159 } busy; member in union:__anon9395 494 newinfo[BLOCK (oldinfo)].busy.type = 0; 495 newinfo[BLOCK (oldinfo)].busy.info.size 569 if (--_heapinfo[block].busy.info.frag.nfree != 0) 570 _heapinfo[block].busy.info.frag.first = (unsigned long int) 601 _heapinfo[block].busy.type = log; 602 _heapinfo[block].busy.info.frag.nfree = i - 1; 603 _heapinfo[block].busy.info.frag.first = i - 1; 644 _heapinfo[block].busy.type = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| vxlib.c | 54 mutual exclusion. Threads losing the race then busy-wait, calling 67 while (!vxTas ((void *)&guard->busy)) 90 guard->busy = 0;
|
| gthr-vxworks.c | 50 (*__guard)->busy = 0; 59 /* Busy-wait until we have exclusive access to the state. Check if 62 while (!__TAS(&__guard->busy))
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-vxworks.c | 50 (*__guard)->busy = 0; 59 /* Busy-wait until we have exclusive access to the state. Check if 62 while (!__TAS(&__guard->busy))
|
| /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 */
|
| /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/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 | 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/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;
|
| /src/external/ibm-public/postfix/dist/src/oqmgr/ |
| qmgr_enable.c | 107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
|
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_enable.c | 107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
|
| /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/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/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/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 */
|