HomeSort by: relevance | last modified time | path
    Searched defs:pollev (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
sys_eventfd.c 188 int pollev; local in function:eventfd_wake
193 pollev = POLLIN | POLLRDNORM;
197 pollev = POLLOUT | POLLWRNORM;
200 selnotify(sel, pollev, NOTE_SUBMIT);
sys_eventfd.c 188 int pollev; local in function:eventfd_wake
193 pollev = POLLIN | POLLRDNORM;
197 pollev = POLLOUT | POLLWRNORM;
200 selnotify(sel, pollev, NOTE_SUBMIT);
sys_eventfd.c 188 int pollev; local in function:eventfd_wake
193 pollev = POLLIN | POLLRDNORM;
197 pollev = POLLOUT | POLLWRNORM;
200 selnotify(sel, pollev, NOTE_SUBMIT);
sys_eventfd.c 188 int pollev; local in function:eventfd_wake
193 pollev = POLLIN | POLLRDNORM;
197 pollev = POLLOUT | POLLWRNORM;
200 selnotify(sel, pollev, NOTE_SUBMIT);
sys_eventfd.c 188 int pollev; local in function:eventfd_wake
193 pollev = POLLIN | POLLRDNORM;
197 pollev = POLLOUT | POLLWRNORM;
200 selnotify(sel, pollev, NOTE_SUBMIT);

Completed in 98 milliseconds