Searched defs:waiting (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s34 ENTRY(waiting) function
41 SET_SIZE(waiting)
52 call waiting
H A Dtst.embedded.s34 ENTRY(waiting) function
41 SET_SIZE(waiting)
51 call waiting
H A Dtst.ret.s63 ENTRY(waiting) function
71 SET_SIZE(waiting)
82 call waiting
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.s34 ENTRY(waiting) function
37 SET_SIZE(waiting)
70 call waiting
H A Dtst.branch.s34 ENTRY(waiting) function
37 SET_SIZE(waiting)
43 call waiting
H A Dtst.embedded.s34 ENTRY(waiting) function
37 SET_SIZE(waiting)
43 call waiting
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.c32 waiting(volatile int *a) function
56 while (waiting(&a) == 0)
H A Dtst.vfork.c32 waiting(volatile int *a) function
56 while (waiting(&a) == 0)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c30 waiting(volatile int *a) function
42 while (waiting(&a) == 0)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c37 * The waiting() function returns the value passed in, until something
47 waiting(volatile int *a) function
65 while (waiting(&a) == 0)
H A Dtst.call3.c41 * The waiting() function returns the value passed in, until something
51 waiting(volatile int *a) function
358 while (waiting(&a) == 0)
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c56 /* waiting for change or */
59 /* waiting for another main */
181 * Delete the thread from the waiting list and remove data when the list
249 * In waiting for the change notification phase, the thread is waken up by
536 int always = 1, waiting; local
539 waiting = 1;
543 waiting = 0;
549 if (waiting)
552 if (!waiting)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h149 kcondvar_t waiting; /* Socket(s) waiting for processing */ member in struct:uri_desc_s
150 kmutex_t proclock; /* Lock for proc and waiting */
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c84 int waiting; /* A user is waiting to be woken up */ member in struct:rdc_link_down
437 syncdp->waiting = 1;
441 syncdp->waiting = 0;
778 if (syncdp->waiting) {
779 syncdp->waiting = 0;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c493 volatile uint32_t waiting; member in struct:door_xsync_shared
551 if (--xssp->waiting == 0)
566 if (--xssp->waiting == 0)
633 xssp->waiting = 0;
650 xssp->waiting++;
694 while (xssp->waiting)
733 xssp->waiting++;
739 while (xssp->waiting)
/illumos-gate/usr/src/uts/common/sys/
H A Daudioio.h78 uchar_t waiting; /* non-zero if a process wants access */ member in struct:audio_prinfo
H A Dsysinfo.h136 uint_t waiting; /* (1 sec) += jobs waiting for I/O */ member in struct:sysinfo
140 int iowait; /* procs waiting for block I/O */
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c110 int _aio_suscv_cnt = 0; /* aio_suspend calls waiting on cv's */
259 * kernel waiting for pending kaio requests to complete.
1430 * when they are waiting in the kernel for completed I/Os.
1445 * prepare to notify the waiting thread.
1450 int waiting = 0; local
1452 if ((waiting = head->lio_waiting) != 0)
1468 if (waiting == 0)
1557 * and then goes to sleep waiting for more work.
1588 * the process has a handler enabled and it is not waiting via
/illumos-gate/usr/src/cmd/sa/
H A Dsa.h192 uint64_t waiting; member in struct:sysinfo64
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c888 uint64_t waiting; local
900 waiting = 0;
908 waiting = sr->sr_time_active -
913 waiting = mdb_gethrtime() -
917 waiting /= NANOSEC;
986 "waiting time: %lld\n",
987 waiting);
1012 waiting,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c163 static int waiting; /* for input from peer or timer expiration */ variable
551 waiting = 0;
603 waiting = 1;
608 waiting = 0;
893 waiting = 1;
898 waiting = 0;
1015 waiting = 1;
1020 waiting = 0;
1781 if (waiting)
1805 if (waiting)
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c77 volatile char waiting; member in struct:cd_sts
949 * Macro definition for waiting for an IO buffer to be allocated or a read
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c436 boolean_t waiting = B_FALSE; local
444 waiting = B_TRUE;
448 return (waiting);
1395 * interrupt threads may all be blocked waiting for the config lock.
1515 * (2) the pipeline stalls waiting for dependent child I/Os
1516 * (3) the I/O issues, so we're waiting for an I/O completion interrupt
2739 * been waiting.
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3915 int waiting = FW_CMD_HELLO_TIMEOUT; local
3928 waiting -= 50;
3932 * by the firmware keep waiting till we exaust our
3938 if (waiting <= 0) {

Completed in 184 milliseconds