Home
last modified time | relevance | path

Searched refs:a_nfd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfio.c464 for (i = 0; i < afd->a_nfd; i++) { in clear_stale_fd()
480 kmem_free(afd->a_fd, afd->a_nfd * sizeof (afd->a_fd[0])); in free_afd()
485 afd->a_nfd = sizeof (afd->a_buf) / sizeof (afd->a_buf[0]); in free_afd()
487 for (i = 0; i < afd->a_nfd; i++) in free_afd()
501 if (afd->a_nfd == 0) { /* first time initialization */ in set_active_fd()
509 for (i = 0; i < afd->a_nfd; i++) { in set_active_fd()
520 old_nfd = afd->a_nfd; in set_active_fd()
529 afd->a_nfd = new_nfd; in set_active_fd()
547 for (i = 0; i < afd->a_nfd; i++) { in clear_active_fd()
553 ASSERT(i < afd->a_nfd); /* not found is not ok */ in clear_active_fd()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h88 int a_nfd; /* number of entries in *a_fd */ member