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

12345

/illumos-gate/usr/src/uts/common/io/
H A Decpp.conf64 # The driver waits for centronics-wait-for-busy microseconds for a
68 centronics-wait-for-busy=5000;
H A Dpshot.c659 * initialize internal state to idle: busy = 0,
663 pshot->busy = 0;
1145 * Mark nexus busy before a child attaches.
1152 ++(pshot->busy);
1155 " ctl_attach_pre: busy for %s%d:"
1156 " busy = %d\n", name, instance,
1158 pshot->busy);
1178 ASSERT(pshot->busy > 0);
1179 --pshot->busy;
1183 " busy
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dconsole.c98 * then examine the "busy" flag returned by console_enter() and briefly stop
100 * we are busy rendering characters. This mess can all be removed when the
258 int busy, spl; local
267 busy = console_hold();
268 spl = console_enter(busy);
272 console_exit(busy, spl);
284 int busy, spl; local
296 busy = console_hold();
297 spl = console_enter(busy);
301 console_exit(busy, sp
327 int busy, spl; local
347 int busy = console_hold(); local
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtrace_init.c114 ASSERT(!LOCK_HELD(&ops->busy));
115 LOCK_INIT_HELD(&ops->busy); /* XXX save a call */
129 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call */
H A Dtnf_trace.h89 tnf_byte_lock_t busy; /* currently in a probe */ member in struct:_tnf_ops
H A Dtrace_funcs.c110 * Check the "tracing active" flag after setting the busy bit;
113 * deallocated, before we've set the busy bit.
115 if (!lock_try(&ops->busy)) /* atomic op flushes WB */
274 * Clear busy flag and return null
276 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call */
301 /* clear busy flag */
302 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call */
329 /* clear busy flag */
330 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call */
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest4.c40 int busy; /* True if this thread is in use */ member in struct:Thread
64 ** The main loop for a thread. Threads use busy waiting.
136 if( threadset[i].busy ){
140 threadset[i].busy = 1;
149 threadset[i].busy = 0;
183 if( !threadset[i].busy ){
203 p->busy = 0;
227 if( threadset[i].busy ) stop_thread(&threadset[i]);
232 if( !threadset[i].busy ){
263 if( !threadset[i].busy ){
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh33 th_manage $1 getstate | read path state busy
38 th_manage $1 getstate | read path state busy
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.c52 int busy; local
61 busy = t1_wait_op_done(adapter, A_ESPI_GOSTAT, F_ESPI_CMD_BUSY, 0,
64 if (busy)
67 return busy;
74 int busy, attempts = TRICN_CMD_ATTEMPTS;
86 busy = status & F_ESPI_CMD_BUSY;
87 } while (busy && --attempts);
89 if (busy)
93 return busy;
H A Dtp.c418 int busy = 0; local
428 busy = t1_wait_op_done(adapter, A_TP_RESET, F_CM_MEMMGR_INIT,
432 if (!busy)
437 return busy;
/illumos-gate/usr/src/cmd/sh/
H A Dblok.c43 #define busy(x) (Rcheat((x)->word) & BUSY) macro
84 if (!busy(p)) {
85 while (!busy(q = p->word))
228 if (busy(p))
258 if (busy(p))
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h114 int busy; member in struct:_tnf_ops
H A Dtrace_funcs.c121 if (ops->busy)
123 ops->busy = 1;
325 ops->busy = 0;
344 set_p->tpd_p->busy = 0;
/illumos-gate/usr/src/cmd/audio/samples/au/
H A DMakefile33 busy.au \
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmmopen.c72 size_t busy; /* amount in use */ member in struct:_mmvm_s
112 (off_t)mm->size != size || mm->busy > mm->size )
140 hdr->busy = MM_START;
208 mmdc->mm->busy = nsize+MM_START;
227 { if(mmdc->mm->busy > MM_START)
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c160 fp->busy = FC_R_INIT;
196 while (fp->busy != FC_R_DONE)
240 if (fp->busy == FC_R_INIT) {
243 fp->busy = FC_R_DONE;
254 fp->busy = FC_R_DONE;
271 * to the fc_request structure (marked as busy).
289 if (fp->busy == FC_R_INIT) {
290 fp->busy = FC_R_BUSY;
313 ASSERT(fp->busy == FC_R_BUSY);
316 fp->busy
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c504 if (!MEM_BOARD_VISIBLE(board) || mem_info->busy ||
519 * mark it busy and initiate the del function.
521 mem_info->busy = TRUE;
541 ASSERT(mem_info->busy != FALSE);
543 mem_info->busy = FALSE;
564 ASSERT(mem_info->busy != FALSE);
566 mem_info->busy = FALSE;
H A Dac_stat.c120 statp->busy = (mem_info->busy != FALSE);
189 stat32p->busy = statp->busy;
H A Dac_add.c224 if (!MEM_BOARD_VISIBLE(board) || mem_info->busy ||
236 * mark it busy and initiate the add function.
238 mem_info->busy = TRUE;
247 mem_info->busy = FALSE;
/illumos-gate/usr/src/head/
H A Dieeefp.h282 busy: 1; /* coprocessor busy */ member in struct:_sw87
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c369 * If the frame buffer device is busy, briefly capture the other CPUs so that
381 console_enter(int busy) argument
385 if (busy && panicstr == NULL) {
395 console_exit(int busy, int spl) argument
397 if (busy && panicstr == NULL) {
/illumos-gate/usr/src/lib/libtsol/common/
H A Dcall_labeld.c98 int busy = 0; /* number of busy loops */ local
263 if (errno == EAGAIN && busy++ < 10) {
271 (void) printf("door_call failed EAGAIN # %d\n", busy);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java724 * When a system is extremely busy, it may
728 boolean busy = true;
729 while (busy && shouldRun.get()) {
730 busy = false;
740 "The system is too busy to " +
758 busy = true;
761 "The system is too busy to " +
779 busy = true;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c158 int lo, busy, nack, shipped = 0; local
211 busy = nack = 0;
264 "" PRIx64 " cpuids:", nack, busy, idsr);
329 busy++;
349 busy = 0;
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h337 uint_t busy; /* add/delete in progress */ member in struct:__anon10142
360 uint_t busy; /* add/delete in progress */ member in struct:__anon10143
453 int busy; /* A bank is in transition */ member in struct:ac_mem_info

Completed in 85 milliseconds

12345