Searched refs:kqueue_acquire (Results 1 – 1 of 1) sorted by relevance
97 static int kqueue_acquire(struct file *fp, struct kqueue **kqp);973 error = kqueue_acquire(fp, &kq); in kern_kevent_fp()1339 kqueue_acquire(struct file *fp, struct kqueue **kqp) in kqueue_acquire() function1778 if ((error = kqueue_acquire(fp, &kq))) in kqueue_poll()1825 if ((error = kqueue_acquire(fp, &kq))) in kqueue_close()2428 if ((error = kqueue_acquire(fp, &kq)) != 0) in kqfd_register()