Searched refs:npoll (Results 1 – 6 of 6) sorted by relevance
131 static int npoll; variable142 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()
131 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()
92 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()
112 kstat_named_t npoll; /* VOP_POLL */ member
113 kstat_named_t npoll; /* VOP_POLL */ member
513 kstat_named_init(&vsp->npoll, "npoll", KSTAT_DATA_UINT64); in create_vopstats_template()