Searched refs:msgq_wakeup_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmsg_impl.h60 } msgq_wakeup_t; typedef in typeref:struct:msgq_wakeup
64 msgq_wakeup_t *(*selection)();
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c284 static int msg_rcvq_sleep(list_t *, msgq_wakeup_t *, kmutex_t **,
291 static msgq_wakeup_t *msg_fnd_any_snd(kmsqid_t *, int, long);
292 static msgq_wakeup_t *msg_fnd_any_rdr(kmsqid_t *, int, long);
293 static msgq_wakeup_t *msg_fnd_neg_snd(kmsqid_t *, int, long);
294 static msgq_wakeup_t *msg_fnd_spc_snd(kmsqid_t *, int, long);
619 sizeof (msgq_wakeup_t),
620 offsetof(msgq_wakeup_t, msgw_list));
622 sizeof (msgq_wakeup_t),
623 offsetof(msgq_wakeup_t, msgw_list));
633 sizeof (msgq_wakeup_t),
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c134 msgq_wakeup_t *walker, next;
142 (msgq_wakeup_t *)walk_this[ii].list_head.list_next;
144 if (mdb_vread(&next, sizeof (msgq_wakeup_t),
155 OFFSETOF(msgq_wakeup_t,
161 OFFSETOF(msgq_wakeup_t,
167 (msgq_wakeup_t *)next.msgw_list.list_next;

Completed in 60 milliseconds