FreeBSD kernel kern code
|
Data Fields | |
char * | aq_entbuf |
int | aq_entmax |
int | aq_entlen |
int | aq_freebytes |
int | aq_buflen |
int | aq_writehead |
int | aq_writetail |
int | aq_wrapearly |
int | aq_flags |
int | aq_waiters |
struct ale | aq_getpost |
struct mtx | aq_mtx |
struct vnode * | aq_vp |
struct ucred * | aq_cred |
Definition at line 57 of file kern_alq.c.
int alq::aq_buflen |
Definition at line 62 of file kern_alq.c.
Referenced by alq_doio(), alq_getn(), alq_open_flags(), alq_post_flags(), and alq_writen().
struct ucred* alq::aq_cred |
Definition at line 74 of file kern_alq.c.
Referenced by alq_doio(), alq_open_flags(), and alq_shutdown().
char* alq::aq_entbuf |
Definition at line 58 of file kern_alq.c.
Referenced by alq_destroy(), alq_doio(), alq_getn(), alq_open_flags(), and alq_writen().
int alq::aq_entlen |
Definition at line 60 of file kern_alq.c.
Referenced by alq_get(), alq_open_flags(), and alq_write().
int alq::aq_entmax |
Definition at line 59 of file kern_alq.c.
Referenced by alq_open_flags().
int alq::aq_flags |
Definition at line 66 of file kern_alq.c.
Referenced by ald_deactivate(), alq_doio(), alq_flush(), alq_get(), alq_getn(), alq_open_flags(), alq_post_flags(), alq_shutdown(), alq_write(), and alq_writen().
int alq::aq_freebytes |
Definition at line 61 of file kern_alq.c.
Referenced by alq_doio(), alq_getn(), alq_open_flags(), alq_post_flags(), and alq_writen().
struct ale alq::aq_getpost |
Definition at line 71 of file kern_alq.c.
Referenced by alq_getn().
struct mtx alq::aq_mtx |
Definition at line 72 of file kern_alq.c.
Referenced by alq_destroy(), alq_getn(), alq_open_flags(), alq_shutdown(), and alq_writen().
struct vnode* alq::aq_vp |
Definition at line 73 of file kern_alq.c.
Referenced by alq_doio(), alq_open_flags(), and alq_shutdown().
int alq::aq_waiters |
Definition at line 67 of file kern_alq.c.
Referenced by alq_getn(), alq_post_flags(), and alq_writen().
int alq::aq_wrapearly |
Definition at line 65 of file kern_alq.c.
Referenced by alq_doio(), and alq_getn().
int alq::aq_writehead |
Definition at line 63 of file kern_alq.c.
Referenced by alq_doio(), alq_getn(), alq_open_flags(), alq_post_flags(), and alq_writen().
int alq::aq_writetail |
Definition at line 64 of file kern_alq.c.
Referenced by alq_doio(), alq_getn(), and alq_open_flags().