Searched refs:QUEUE_INCR (Results 1 – 2 of 2) sorted by relevance
17 #define QUEUE_INCR(v) ((v)++, (v) &= QUEUE_MASK) macro
258 slot = hs->head & QUEUE_MASK; QUEUE_INCR(hs->head); hs->n--; in hid_keyboard_process_keycode()389 QUEUE_INCR(hs->head); in hid_pointer_poll()