Searched defs:aux_queue (Results 1 – 3 of 3) sorted by relevance
124 struct aux_queue { struct125 unsigned long head;126 unsigned long tail;127 wait_queue_head_t proc_list;128 struct fasync_struct *fasync;129 unsigned char buf[AUX_BUF_SIZE];
60 struct aux_queue { struct61 unsigned long head;62 unsigned long tail;63 wait_queue_head_t proc_list;64 struct fasync_struct *fasync;65 unsigned char buf[AUX_BUF_SIZE];
870 struct aux_queue { struct878 static struct aux_queue *queue; argument