Home
last modified time | relevance | path

Searched refs:MIN_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/libevdev/libevdev/
Dlibevdev.c69 const int MIN_QUEUE_SIZE = 256; in init_event_queue() local
100 return queue_alloc(dev, max(MIN_QUEUE_SIZE, nevents * 2)); in init_event_queue()