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

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/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;
/netbsd-6-1-5-RELEASE/gnu/lib/libmalloc/
H A Drealloc.c61 type = _heapinfo[block].busy.type;
80 if (blocks < _heapinfo[block].busy.info.size)
84 _heapinfo[block + blocks].busy.type = 0;
85 _heapinfo[block + blocks].busy.info.size
86 = _heapinfo[block].busy.info.size - blocks;
87 _heapinfo[block].busy.info.size = blocks;
91 else if (blocks == _heapinfo[block].busy.info.size)
99 blocks = _heapinfo[block].busy.info.size;
H A Dfree.c47 type = _heapinfo[block].busy.type;
53 _bytes_used -= _heapinfo[block].busy.info.size * BLOCKSIZE;
54 _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE;
75 _heapinfo[i].free.size += _heapinfo[block].busy.info.size;
81 _heapinfo[block].free.size = _heapinfo[block].busy.info.size;
132 (_heapinfo[block].busy.info.frag.first << type));
134 if (_heapinfo[block].busy.info.frag.nfree == (BLOCKSIZE >> type) - 1)
144 _heapinfo[block].busy.type = 0;
145 _heapinfo[block].busy.info.size = 1;
155 else if (_heapinfo[block].busy
[all...]
H A Dmalloc.c136 newinfo[BLOCK (oldinfo)].busy.type = 0;
137 newinfo[BLOCK (oldinfo)].busy.info.size
203 if (--_heapinfo[block].busy.info.frag.nfree != 0)
204 _heapinfo[block].busy.info.frag.first = (unsigned long int)
235 _heapinfo[block].busy.type = log;
236 _heapinfo[block].busy.info.frag.nfree = i - 1;
237 _heapinfo[block].busy.info.frag.first = i - 1;
274 _heapinfo[block].busy.type = 0;
275 _heapinfo[block].busy.info.size = blocks;
310 _heapinfo[block].busy
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtape.h42 int32_t busy; member in struct:tape_sysctl
65 int busy; /* drive is busy */ member in struct:tape
72 struct timeval time; /* total time spent busy */
H A Diostat.h53 int32_t busy; member in struct:io_sysctl
80 int io_busy; /* busy counter */
88 struct timeval io_time; /* total time spent busy */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/
H A Dsort-1.c160 int busy = 1; local
195 busy--;
196 if (busy == 0)
204 && busy)
209 busy++;
257 sort2_1 (int *array, int lo, int hi, int num_threads, int *busy) argument
269 if (*busy >= num_threads)
271 sort2_1 (array, lo, mid - 1, num_threads, busy);
272 sort2_1 (array, mid, hi, num_threads, busy);
277 *busy
297 int busy = 1; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D920625-2.c24 extern Cursor busy, left_ptr;
30 setCursor(busy);
60 extern Cursor busy, left_ptr;
69 setCursor(busy);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D920625-2.c24 extern Cursor busy, left_ptr;
30 setCursor(busy);
60 extern Cursor busy, left_ptr;
69 setCursor(busy);
/netbsd-6-1-5-RELEASE/sys/arch/usermode/dev/
H A Dld_thunkbus.c76 bool busy; member in struct:ld_thunkbus_softc
136 sc->busy = false;
181 if (sc->busy)
189 sc->busy = true;
211 if (!sc->busy)
232 sc->busy = false;
250 sc->busy = true;
266 if (!sc->busy)
267 panic("%s: but not busy?\n", __func__);
294 sc->busy
[all...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/arch/mips/adm5120/dev/
H A Dahcivar.h115 int busy; member in struct:ahci_softc
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dutilities.c195 static int busy = 0; local
201 if (busy ||
206 busy = 1;
239 busy = 0;
/netbsd-6-1-5-RELEASE/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_entry.c40 /* of the site's `busy' list (i.e. queue entries that have been
58 /* moved to the queue's `busy' list: the list of messages being
62 /* per-site queue's `busy' list and moves it to the queue's
112 QMGR_LIST_APPEND(queue->busy, entry);
174 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry);
190 msg_panic("%s: queue %s entry is busy", myname, src->name);
227 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry);
272 if (queue->todo.next == 0 && queue->busy.next == 0) {
334 * XXX At this point in the code, the busy reference count is still less
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-6-1-5-RELEASE/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)
H A Dqmgr_entry.c40 /* of the site's `busy' list (i.e. queue entries that have been
61 /* moved to the queue's `busy' list: the list of messages being
65 /* per-site queue's `busy' list and moves it to the queue's
122 QMGR_LIST_APPEND(queue->busy, entry, queue_peers);
195 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry, queue_peers);
217 msg_panic("%s: queue %s entry is busy", myname, src_queue->name);
266 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry, queue_peers);
344 if (queue->todo.next == 0 && queue->busy.next == 0) {
395 * XXX At this point in the code, the busy reference count is still less
H A Dqmgr_queue.c39 /* destination, and a `busy' list of delivery requests in progress.
171 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
189 msg_panic("%s: queue is busy", myname);
211 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
384 if (queue->todo.next || queue->busy.next)
427 QMGR_LIST_INIT(queue->busy);
/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dpps_ppbus.c51 int busy; member in struct:pps_softc
104 if (sc->busy)
131 sc->busy = 1;
142 sc->busy = 0;
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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 */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-vxworks.h122 volatile unsigned char busy; member in struct:__anon4652
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgthr-vxworks.h106 volatile unsigned char busy; member in struct:__anon3215
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_capi.h64 int busy; member in struct:capi_bchan

Completed in 386 milliseconds

1234