Searched defs:sequencer_queue (Results 1 – 1 of 1) sorted by relevance
47 struct sequencer_queue { struct48 seq_event_t buf[SEQ_MAXQ];49 u_int in; /* input index in buf */50 u_int out; /* output index in buf */51 u_int count; /* filled slots in buf */