Searched refs:msgq_wakeup_t (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | msg.c | 284 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), in msgget() 620 offsetof(msgq_wakeup_t, msgw_list)); in msgget() 622 sizeof (msgq_wakeup_t), in msgget() 623 offsetof(msgq_wakeup_t, msgw_list)); in msgget() 633 sizeof (msgq_wakeup_t), in msgget() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | msg_impl.h | 60 } msgq_wakeup_t; typedef 64 msgq_wakeup_t *(*selection)();
|
/titanic_50/usr/src/cmd/mdb/common/modules/ipc/ |
H A D | ipc.c | 134 msgq_wakeup_t *walker, next; in msgq_check_for_waiters() 142 (msgq_wakeup_t *)walk_this[ii].list_head.list_next; in msgq_check_for_waiters() 144 if (mdb_vread(&next, sizeof (msgq_wakeup_t), in msgq_check_for_waiters() 155 OFFSETOF(msgq_wakeup_t, in msgq_check_for_waiters() 161 OFFSETOF(msgq_wakeup_t, in msgq_check_for_waiters() 167 (msgq_wakeup_t *)next.msgw_list.list_next; in msgq_check_for_waiters()
|