Searched refs:kqueue_acquire (Results 1 – 1 of 1) sorted by relevance
107 static int kqueue_acquire(struct file *fp, struct kqueue **kqp);1261 error = kqueue_acquire(fp, &kq); in kern_kevent_fp()1639 kqueue_acquire(struct file *fp, struct kqueue **kqp) in kqueue_acquire() function2045 if ((error = kqueue_acquire(fp, &kq))) in kqueue_poll()2171 if ((error = kqueue_acquire(fp, &kq))) in kqueue_close()2721 if ((error = kqueue_acquire(fp, &kq)) != 0) in kqfd_register()