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

  /src/sys/compat/linux/common/
linux_inotify.c 118 size_t ifd_qcount; /* number of pending events */ member in struct:inotifyfd
1090 if (ifd->ifd_qcount >= LINUX_INOTIFY_MAX_QUEUED)
1096 for (i = 0; i < nbuf && ifd->ifd_qcount < LINUX_INOTIFY_MAX_QUEUED-1;
1102 ifd->ifd_qcount++;
1112 ifd->ifd_qcount++;
1144 if (ifd->ifd_qcount == 0) {
1150 while (ifd->ifd_qcount == 0) {
1160 KASSERT(ifd->ifd_qcount > 0);
1164 while (ifd->ifd_qcount > 0) {
1188 ifd->ifd_qcount--
    [all...]

Completed in 12 milliseconds