Searched defs:npoll (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c92 uint_t npoll = 0; local
101 status = ibt_poll_cq(cq_hdl, wc, ISER_IB_SCQ_POLL_MAX, &npoll);
116 for (i = 0; i < npoll; i++) {
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c131 static int npoll; variable
142 for(i=0; i < npoll; i++)
146 file_list[i] = file_list[npoll--];
165 for(i=0; i < npoll; i++)
194 file_list[npoll++] = fd;
225 for(i=0; i < npoll; i++)
237 sfprintf(sfstderr,"before poll npoll=%d",pstream-poll_list);
279 file_list[npoll++] = sp->fd;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h113 kstat_named_t npoll; /* VOP_POLL */ member in struct:vopstats
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h112 kstat_named_t npoll; /* VOP_POLL */ member in struct:vopstats

Completed in 56 milliseconds