FreeBSD kernel kern code
|
Data Fields | |
struct mtx | mq_mutex |
int | mq_flags |
long | mq_maxmsg |
long | mq_msgsize |
long | mq_curmsgs |
long | mq_totalbytes |
struct msgq | mq_msgq |
int | mq_receivers |
int | mq_senders |
struct selinfo | mq_rsel |
struct selinfo | mq_wsel |
struct mqueue_notifier * | mq_notifier |
Definition at line 164 of file uipc_mqueue.c.
long mqueue::mq_curmsgs |
Definition at line 169 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), _mqueue_send(), filt_mqread(), filt_mqwrite(), kern_kmq_setattr(), mqf_poll(), and mqfs_read().
int mqueue::mq_flags |
Definition at line 166 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), _mqueue_send(), mqf_poll(), and mqueue_fdclose().
long mqueue::mq_maxmsg |
Definition at line 167 of file uipc_mqueue.c.
Referenced by _mqueue_send(), filt_mqwrite(), kern_kmq_setattr(), mqf_poll(), mqfs_read(), and mqueue_alloc().
struct msgq mqueue::mq_msgq |
Definition at line 171 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), _mqueue_send(), kern_kmq_notify(), mqueue_alloc(), and mqueue_free().
long mqueue::mq_msgsize |
Definition at line 168 of file uipc_mqueue.c.
Referenced by kern_kmq_setattr(), mqfs_read(), mqueue_alloc(), and mqueue_send().
struct mtx mqueue::mq_mutex |
Definition at line 165 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), _mqueue_send(), filt_mqread(), filt_mqwrite(), kern_kmq_notify(), mq_proc_exit(), mqf_poll(), mqueue_alloc(), mqueue_fdclose(), mqueue_free(), mqueue_send_notification(), and notifier_remove().
struct mqueue_notifier* mqueue::mq_notifier |
Definition at line 176 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), _mqueue_send(), kern_kmq_notify(), mqueue_send_notification(), and notifier_remove().
int mqueue::mq_receivers |
Definition at line 172 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), _mqueue_send(), and kern_kmq_notify().
struct selinfo mqueue::mq_rsel |
Definition at line 174 of file uipc_mqueue.c.
Referenced by _mqueue_send(), filt_mqdetach(), mqf_kqfilter(), mqf_poll(), mqueue_alloc(), mqueue_fdclose(), and mqueue_free().
int mqueue::mq_senders |
Definition at line 173 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), and _mqueue_send().
long mqueue::mq_totalbytes |
Definition at line 170 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), _mqueue_send(), and mqfs_read().
struct selinfo mqueue::mq_wsel |
Definition at line 175 of file uipc_mqueue.c.
Referenced by _mqueue_recv(), filt_mqdetach(), mqf_kqfilter(), mqf_poll(), mqueue_alloc(), mqueue_fdclose(), and mqueue_free().