Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/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()
/titanic_51/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()
237 sfprintf(sfstderr,"before poll npoll=%d",pstream-poll_list); in waitnotify()
279 file_list[npoll++] = sp->fd; in service_add()
/titanic_51/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c92 uint_t npoll = 0; in iser_ib_poll_send_completions() local
101 status = ibt_poll_cq(cq_hdl, wc, ISER_IB_SCQ_POLL_MAX, &npoll); in iser_ib_poll_send_completions()
116 for (i = 0; i < npoll; i++) { in iser_ib_poll_send_completions()
/titanic_51/usr/src/uts/common/sys/
H A Dvnode.h112 kstat_named_t npoll; /* VOP_POLL */ member
/titanic_51/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h113 kstat_named_t npoll; /* VOP_POLL */ member
/titanic_51/usr/src/uts/common/fs/
H A Dvnode.c513 kstat_named_init(&vsp->npoll, "npoll", KSTAT_DATA_UINT64); in create_vopstats_template()