Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Dkqueue.c85 static int kq_insert (struct kqop *, struct kevent *);
167 kq_insert(struct kqop *kqop, struct kevent *kev) in kq_insert() function
350 if (kq_insert(kqop, &kev) == -1) in kq_add()
365 if (kq_insert(kqop, &kev) == -1) in kq_add()
416 if (kq_insert(kqop, &kev) == -1) in kq_del()
428 if (kq_insert(kqop, &kev) == -1) in kq_del()