Searched defs:poll_cnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c212 uint_t poll_cnt; local
302 poll_cnt = 0;
305 poll_cnt++;
306 if (poll_cnt >= 16) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dpdu.c66 int poll_cnt; local
101 poll_cnt = 0;
105 poll_cnt ++;
110 } while (poll_cnt < ISNS_RCV_RETRY_MAX);
112 if (poll_cnt >= ISNS_RCV_RETRY_MAX) {
148 poll_cnt = 0;
152 poll_cnt ++;
157 } while (poll_cnt < ISNS_RCV_RETRY_MAX);
159 if (poll_cnt >= ISNS_RCV_RETRY_MAX) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.c1583 int poll_cnt; local
1603 poll_cnt = 0;
1609 poll_cnt++;
1615 } while (poll_cnt < ISNS_RCV_RETRY_MAX);
1618 int, poll_cnt, int, bytes_received);
1619 if (poll_cnt >= ISNS_RCV_RETRY_MAX) {
1656 poll_cnt = 0;
1662 poll_cnt++;
1668 } while (poll_cnt < ISNS_RCV_RETRY_MAX);
1671 int, poll_cnt, in
[all...]

Completed in 56 milliseconds