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

  /src/sys/modules/examples/pollpal/
pollpal.c 97 struct selinfo psel; member in struct:pollpal_softc
142 selinit(&pl->psel);
156 seldestroy(&pl->psel);
185 selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0);
234 selnotify(&pl->psel, POLLIN | POLLRDNORM, 0);
280 selrecord(curlwp, &pl->psel);
289 selrecord(curlwp, &pl->psel);
pollpal.c 97 struct selinfo psel; member in struct:pollpal_softc
142 selinit(&pl->psel);
156 seldestroy(&pl->psel);
185 selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0);
234 selnotify(&pl->psel, POLLIN | POLLRDNORM, 0);
280 selrecord(curlwp, &pl->psel);
289 selrecord(curlwp, &pl->psel);

Completed in 20 milliseconds