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

12345

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dactions-changed.c27 int keeping, busy; local
30 busy = keeping * keeping;
32 return busy;
38 int keeping, busy; local
41 busy = keeping * keeping;
43 return busy;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dactions-changed.c27 int keeping, busy; local
30 busy = keeping * keeping;
32 return busy;
38 int keeping, busy; local
41 busy = keeping * keeping;
43 return busy;
/netbsd-current/external/gpl2/libmalloc/dist/
H A Dmalloc-find.c37 int type = _heapinfo[block].busy.type;
42 __malloc_ptrdiff_t sizevalue = _heapinfo[block].busy.info.size;
H A Dfree.c49 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
[all...]
H A Drealloc.c131 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;
H A Dmalloc.c148 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
[all...]
H A Dgmalloc.c141 /* Heap information for a busy block. */
159 } busy; member in union:__anon755
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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Dvxlib.c54 mutual exclusion. Threads losing the race then busy-wait, calling
67 while (!vxTas ((void *)&guard->busy))
90 guard->busy = 0;
H A Dgthr-vxworks.c49 (*__guard)->busy = 0;
61 while (!__TAS(&__guard->busy))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks.c50 (*__guard)->busy = 0;
62 while (!__TAS(&__guard->busy))
/netbsd-current/sys/sys/
H A Dtape.h43 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 */
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dparallel.c44 unsigned long busy; local
101 busy = pool->threads_busy;
103 if (icv->thread_limit_var - busy + 1 < num_threads)
104 num_threads = icv->thread_limit_var - busy + 1;
107 busy, busy + num_threads - 1)
108 != busy);
112 busy = pool->threads_busy;
113 if (icv->thread_limit_var - busy + 1 < num_threads)
114 num_threads = icv->thread_limit_var - busy
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dparallel.c44 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
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_busy.c34 * 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))
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dsector.c43 bool busy; member in struct:sector_rw
51 if (rw->busy)
53 rw->busy = true;
67 rw->busy = false;
/netbsd-current/sys/kern/
H A Dsubr_percpu.c65 struct lwp *busy; member in struct:__anon7
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
[all...]
/netbsd-current/sys/arch/usermode/dev/
H A Dld_thunkbus.c77 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
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_enable.c107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
H A Dqmgr_queue.c42 /* destination, and a `busy' list of delivery requests in progress.
156 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
172 msg_panic("%s: queue is busy", myname);
194 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
388 if (queue->todo.next || queue->busy.next)
431 QMGR_LIST_INIT(queue->busy);
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_enable.c107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
/netbsd-current/sys/dev/ppbus/
H A Dpps_ppbus.c51 int busy; member in struct:pps_softc
114 if (sc->busy)
141 sc->busy = 1;
152 sc->busy = 0;
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_misc.c126 * 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
[all...]
/netbsd-current/sys/arch/amd64/amd64/
H A Dgdt.c66 bool busy[NDYNSLOTS]; member in struct:__anon1
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;
/netbsd-current/sys/arch/i386/i386/
H A Dgdt.c54 bool busy[NDYNSLOTS]; member in struct:__anon2
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;
/netbsd-current/sys/arch/hp300/dev/
H A Dtopcatreg.h50 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 */

Completed in 144 milliseconds

12345