Searched refs:queue_max (Results 1 – 1 of 1) sorted by relevance
304 const int queue_max = sizeof(key_queue) / sizeof(key_queue[0]); in input_thread() local305 if (ev.value > 0 && key_queue_len < queue_max) { in input_thread()