Searched refs:kqa (Results 1 – 2 of 2) sorted by relevance
101 struct sys_kqueue1_args kqa; in sys_epoll_create1() local106 SCARG(&kqa, flags) = 0; in sys_epoll_create1()108 SCARG(&kqa, flags) |= O_CLOEXEC; in sys_epoll_create1()110 return sys_kqueue1(l, &kqa, retval); in sys_epoll_create1()
279 struct sys_kqueue1_args kqa; in do_inotify_init() local 295 SCARG(&kqa, flags) = 0; in do_inotify_init() 297 SCARG(&kqa, flags) |= O_NONBLOCK; in do_inotify_init() 298 error = sys_kqueue1(l, &kqa, retval); in do_inotify_init()