Home
last modified time | relevance | path

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

/third_party/libevdev/libevdev/
Dlibevdev-int.h234 queue_alloc(struct libevdev *dev, size_t size) in queue_alloc() function
Dlibevdev.c117 return queue_alloc(dev, max(MIN_QUEUE_SIZE, nevents * 2)); in init_event_queue()
/third_party/python/Modules/
Dselectmodule.c1939 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object() local
1940 assert(queue_alloc != NULL); in newKqueue_Object()
1941 self = (kqueue_queue_Object *) queue_alloc(type, 0); in newKqueue_Object()