Home
last modified time | relevance | path

Searched refs:npoll (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c131 static int npoll; variable
142 for(i=0; i < npoll; i++) in fdclose()
146 file_list[i] = file_list[npoll--]; in fdclose()
165 for(i=0; i < npoll; i++) in fdnotify()
194 file_list[npoll++] = fd; in process_stream()
225 for(i=0; i < npoll; i++) in waitnotify()
279 file_list[npoll++] = sp->fd; in service_add()
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c93 uint_t npoll = 0; in iser_ib_poll_send_completions() local
102 status = ibt_poll_cq(cq_hdl, wc, ISER_IB_SCQ_POLL_MAX, &npoll); in iser_ib_poll_send_completions()
117 for (i = 0; i < npoll; i++) { in iser_ib_poll_send_completions()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h113 kstat_named_t npoll; /* VOP_POLL */ member
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h116 kstat_named_t npoll; /* VOP_POLL */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h115 kstat_named_t npoll; /* VOP_POLL */ member
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c522 kstat_named_init(&vsp->npoll, "npoll", KSTAT_DATA_UINT64); in create_vopstats_template()