Home
last modified time | relevance | path

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

/openbsd/lib/libevent/
H A Dkqueue.c68 static int kq_insert (struct kqop *, struct kevent *);
129 kq_insert(struct kqop *kqop, struct kevent *kev) in kq_insert() function
334 if (kq_insert(kqop, &kev) == -1) in kq_add()
349 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()