Searched refs:kqop (Results 1 – 3 of 3) sorted by relevance
72 struct kqop { struct83 static void kqop_free(struct kqop *kqop); argument119 struct kqop *kqueueop = NULL; in kq_init()121 if (!(kqueueop = mm_calloc(1, sizeof(struct kqop)))) in kq_init()201 struct kqop *kqop) in kq_build_changes_list() argument209 if (n_changes >= kqop->changes_size - 1) { in kq_build_changes_list()210 int newsize = kqop->changes_size * 2; in kq_build_changes_list()213 newchanges = mm_realloc(kqop->changes, in kq_build_changes_list()219 kqop->changes = newchanges; in kq_build_changes_list()220 kqop->changes_size = newsize; in kq_build_changes_list()[all …]
137 …o Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigm…
1188 …o Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigm…