FreeBSD kernel kern code
alq Struct Reference

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
 

Detailed Description

Definition at line 59 of file kern_alq.c.

Field Documentation

◆ aq_buflen

int alq::aq_buflen

Definition at line 64 of file kern_alq.c.

Referenced by alq_doio(), alq_getn(), alq_open_flags(), alq_post_flags(), and alq_writen().

◆ aq_cred

struct ucred* alq::aq_cred

Definition at line 76 of file kern_alq.c.

Referenced by alq_doio(), alq_open_flags(), and alq_shutdown().

◆ aq_entbuf

char* alq::aq_entbuf

Definition at line 60 of file kern_alq.c.

Referenced by alq_destroy(), alq_doio(), alq_getn(), alq_open_flags(), and alq_writen().

◆ aq_entlen

int alq::aq_entlen

Definition at line 62 of file kern_alq.c.

Referenced by alq_get(), alq_open_flags(), and alq_write().

◆ aq_entmax

int alq::aq_entmax

Definition at line 61 of file kern_alq.c.

Referenced by alq_open_flags().

◆ aq_flags

◆ aq_freebytes

int alq::aq_freebytes

Definition at line 63 of file kern_alq.c.

Referenced by alq_doio(), alq_getn(), alq_open_flags(), alq_post_flags(), and alq_writen().

◆ aq_getpost

struct ale alq::aq_getpost

Definition at line 73 of file kern_alq.c.

Referenced by alq_getn().

◆ aq_mtx

struct mtx alq::aq_mtx

Definition at line 74 of file kern_alq.c.

Referenced by alq_destroy(), alq_getn(), alq_open_flags(), alq_shutdown(), and alq_writen().

◆ aq_vp

struct vnode* alq::aq_vp

Definition at line 75 of file kern_alq.c.

Referenced by alq_doio(), alq_open_flags(), and alq_shutdown().

◆ aq_waiters

int alq::aq_waiters

Definition at line 69 of file kern_alq.c.

Referenced by alq_getn(), alq_post_flags(), and alq_writen().

◆ aq_wrapearly

int alq::aq_wrapearly

Definition at line 67 of file kern_alq.c.

Referenced by alq_doio(), and alq_getn().

◆ aq_writehead

int alq::aq_writehead

Definition at line 65 of file kern_alq.c.

Referenced by alq_doio(), alq_getn(), alq_open_flags(), alq_post_flags(), and alq_writen().

◆ aq_writetail

int alq::aq_writetail

Definition at line 66 of file kern_alq.c.

Referenced by alq_doio(), alq_getn(), and alq_open_flags().


The documentation for this struct was generated from the following file: