Home
last modified time | relevance | path

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

/external/libevent/
Dkqueue.c77 struct kqop { struct
88 static void kqop_free(struct kqop *kqop); argument
124 struct kqop *kqueueop = NULL; in kq_init()
126 if (!(kqueueop = mm_calloc(1, sizeof(struct kqop)))) in kq_init()
206 struct kqop *kqop) in kq_build_changes_list() argument
214 if (n_changes >= kqop->changes_size - 1) { in kq_build_changes_list()
218 if (kqop->changes_size > INT_MAX / 2 || in kq_build_changes_list()
219 (size_t)kqop->changes_size * 2 > EV_SIZE_MAX / in kq_build_changes_list()
225 newsize = kqop->changes_size * 2; in kq_build_changes_list()
226 newchanges = mm_realloc(kqop->changes, in kq_build_changes_list()
[all …]
DChangeLog-1.4137 …o Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigm…
DChangeLog-2.01188 …o Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigm…