Searched refs:kqueue_acquire (Results 1 – 1 of 1) sorted by relevance
111 static int kqueue_acquire(struct file *fp, struct kqueue **kqp);1537 error = kqueue_acquire(fp, &kq); in kern_kevent_fp()1957 kqueue_acquire(struct file *fp, struct kqueue **kqp) in kqueue_acquire() function2366 if ((error = kqueue_acquire(fp, &kq))) in kqueue_poll()2491 if ((error = kqueue_acquire(fp, &kq))) in kqueue_close()3037 if ((error = kqueue_acquire(fp, &kq)) != 0) in kqfd_register()