Searched defs:waiters (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Ddataq.h50 llh_t waiters; member in struct:dataq
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h103 #define waiters wlinks._waiters macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c327 mdb_warn("failed to walk waiters for wchan %p", addr);
621 char *waiters = MUTEX_HAS_WAITERS(&lock) ? "yes" : "no"; local
632 addr, "adapt", owner, "-", "-", waiters);
635 addr, "adapt", "no", "-", "-", waiters);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h95 int waiters; member in struct:smbfs_rwlock
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h171 int waiters; member in struct:nfs_rwlock
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c657 * Unlocks upimutex, waking up waiters if any. upimutex kmem is freed if
670 if (upimutex->upi_waiter != 0) { /* if waiters */
689 * waiters.
696 * no waiters, or LOCK_NOTRECOVERABLE.
776 * waiters are present at unlock time,
839 * 4. The waiter value cannot be a count of waiters, because a waiter
953 * all waiters, including curthread, which will then
1116 * LOCK_NOTRECOVERABLE flag, so that all waiters are
1119 * The waiters will now all wake up and return
1128 * Unlock the upimutex: if no waiters, upi
1158 uchar_t waiters; local
1413 lwp_release(lwpchan_t *lwpchan, uchar_t *waiters, int sync_type) argument
1501 uchar_t waiters; local
1588 uchar_t waiters; local
1850 uchar_t waiters; local
1919 uchar_t waiters; local
1973 uchar_t waiters; local
2041 uchar_t waiters; local
2180 uchar_t waiters; local
2879 uchar_t waiters; local
3142 uchar_t waiters; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c202 uint8_t waiters; /* 1 to IBCM_FLOW_SIMUL_MAX */ member in struct:ibcm_flow1_s
1611 if (f->waiters < flow->waiters_per_chunk)
1624 if (f->waiters < flow->waiters_per_chunk) {
1633 flow1->waiters = 0;
1650 flow1->waiters++;
1652 if (--flow1->waiters == 0) {
1674 flow->total += flow1->waiters;
1675 flow->simul += flow1->waiters;
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1412 * transitions ep_state to new_state and wakes up any waiters blocking
1601 * to new_state and wake up all waiters.
3594 * are no waiters on the evd, the CNO will be notified.
3600 uint32_t waiters = 0; local
3614 waiters = evd_rp->evd_waiters;
3619 * only wakeup the CNO if there are no waiters on this evd.
3621 if (evd_rp->evd_cno_res != NULL && waiters == 0) {
5000 "smrp 0x%p, %d waiters remain\n", smrp,
5709 * change state back to DAPLKA_IA_INIT and wake up waiters
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c2458 volatile ushort_t *waiters; local
2462 waiters = &(centry->cc_await_use);
2465 waiters = &(centry->cc_await_page);
2477 (*waiters)++;
2482 (*waiters)--;
2487 (*waiters)--;
3931 * remove from hash and wakeup any waiters now that we

Completed in 87 milliseconds