Searched refs:wchan (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_wait.c38 waiter_t *wchan = &nscdb->db_wait; local
43 mywait.w_next = wchan->w_next;
44 mywait.w_prev = wchan;
47 wchan->w_next = &mywait;
66 waiter_t *wchan = &nscdb->db_wait; local
67 waiter_t *tmp = wchan->w_next;
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.d269 this unsigned long long wchan;
281 this->wchan = args[0]->pr_wchan;
291 this->wchan] = count();
293 this->wchan] = sum(this->wtime);
295 this->wchan] = max(this->wtime);
H A Ddwrapper.c255 unsigned long long wchan; local
285 wchan = rec_get_value(
293 lt_stat_update_sobj(pid, tid, stype, wchan, stat_type, agg_value);
H A Dstat.c1024 unsigned long long wchan,
1039 id.lt_soi_addr = wchan;
1023 lt_stat_update_sobj(pid_t pid, id_t tid, int stype, unsigned long long wchan, lt_stat_type_t type, uint64_t value) argument
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1107 m_textstr(4870, "wchan,tty=TTY", "I"),\
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2441 uintptr_t wchan; local
2455 &wchan, sizeof (wchan)) != PS_OK)
2465 wchan = wchan32;
2471 if (return_val != TD_OK || wchan == NULL) {
2478 sh_p->sh_unique = (psaddr_t)wchan;
3001 caddr_t wchan; local
3007 &wchan, sizeof (wchan)) != PS_OK) {
3021 wchan
[all...]
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h361 * (when more than one wchan hashes to the same queue head).
436 #define QUEUE_HASH(wchan, type) ((uint_t) \
437 ((((uintptr_t)(wchan) >> 3) \
438 ^ ((uintptr_t)(wchan) >> (QHASHSHIFT + 3))) \
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c513 void *wchan; local
537 wchan = ulwp->ul_wchan;
538 ASSERT(qrp->qr_wchan == wchan);
539 index = QUEUE_HASH(wchan, qtype);
557 queue_lock(void *wchan, int qtype) argument
573 qp += QUEUE_HASH(wchan, qtype);
576 if (qrp->qr_wchan == wchan)
581 qrp->qr_wchan = wchan;
586 qp->qh_wchan = wchan; /* valid until queue_unlock() is called */
898 * Return a pointer to the highest priority thread sleeping on wchan
[all...]

Completed in 94 milliseconds