sys_epoll.c | 256 struct kevent_ops k_ops = { local in function:epoll_ctl_common 334 error = kevent1(retval, epfd, kev, nchanges, NULL, 0, NULL, &k_ops); 385 struct kevent_ops k_ops = { local in function:epoll_wait_common 421 maxevents, tsp, &k_ops); 498 struct kevent_ops k_ops = { local in function:epoll_register_kevent 507 return kevent1(retval, epfd, &kev, 1, NULL, 0, NULL, &k_ops);
|