Searched refs:queue_alloc (Results 1 – 3 of 3) sorted by relevance
234 queue_alloc(struct libevdev *dev, size_t size) in queue_alloc() function
117 return queue_alloc(dev, max(MIN_QUEUE_SIZE, nevents * 2)); in init_event_queue()
1939 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object() local1940 assert(queue_alloc != NULL); in newKqueue_Object()1941 self = (kqueue_queue_Object *) queue_alloc(type, 0); in newKqueue_Object()