Searched refs:retry_cnt (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c123 int status, i, retry_cnt = 0, err; local
217 if (retry_cnt++ < 1) {
230 if (retry_cnt++ < 1) {
239 if (retry_cnt++ < 1) {
269 if (retry_cnt++ < 5) {
273 retry_cnt);
283 if (retry_cnt++ < 1) {
297 if (retry_cnt++ < 1) {
310 if (retry_cnt++ < 1) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlockinst.c176 int fd, retry_cnt; local
196 retry_cnt = LOCKRETRY;
237 } while (retry_cnt--);
H A Docfile.c552 int retry_cnt, retval; local
560 retry_cnt = LOCKRETRY;
609 } while (retry_cnt--);
615 if (retry_cnt == -1) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dtpgs.c137 int *retry_cnt, int *retval)
177 } else if ((*retry_cnt)++ >=
236 int err, retry_cnt, retry_cmd_cnt; local
295 retry_cnt = 0;
305 (retry_cnt++ < STD_FO_MAX_RETRIES)) {
327 if (std_process_cmplt_pkt(sd, pkt, &retry_cnt,
136 std_process_cmplt_pkt(struct scsi_device *sd, struct scsi_pkt *pkt, int *retry_cnt, int *retval) argument
H A Dasym_sun.c226 int err, retry_cnt, retry_cmd_cnt; local
279 retry_cnt = 0;
289 (retry_cnt++ < PURPLE_FO_MAX_RETRIES)) {
332 if (retry_cnt++ >=
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c151 * 'retry_cnt' and 'retry_max' arguments), then this routine will print a
154 * 'retry_cnt' and will max out at WANBOOT_RETRY_MAX_SECS.
161 wanboot_retry(int retry_cnt, int retry_max) argument
165 if (retry_max == WANBOOT_RETRY_NOMAX || retry_cnt <= retry_max) {
166 seconds = WANBOOT_RETRY_SECS * retry_cnt;
891 int retry_cnt = 0; local
916 if (wanboot_retry(++retry_cnt, retry_max)) {
925 if (!wanboot_retry(++retry_cnt, retry_max)) {
1059 int retry_cnt = 0; local
1107 if (wanboot_retry(++retry_cnt, retry_ma
1386 int retry_cnt = 0; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c42 int malloc_possible, ret, retry_cnt; local
46 ret = retry_cnt = 0;
441 if (++retry_cnt <= 3) {
442 __os_sleep(retry_cnt * 2, 0);
H A Ddb.c111 int fd, ftype, need_fileid, restore, ret, retry_cnt, swapped; local
277 retry_cnt = 0;
359 if (retry_cnt++ < 3 &&
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c823 int retry_cnt; local
850 for (retry_cnt = 0; retry_cnt < MAX_STORAGE_ALLOC_RETRY; retry_cnt++) {
855 if (retry_cnt == 0 || error == ENOMEM) {
863 &i_cpr_storage_data_sz, retry_cnt);
880 if (retry_cnt == 0 || error == -1) {
883 &i_cpr_storage_desc_end, retry_cnt);
932 i_cpr_storage_data_alloc(pgcnt_t pages, pgcnt_t *alloc_pages, int retry_cnt) argument
939 if (retry_cnt
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c394 int status, i, retry_cnt = 0, err; local
488 if (retry_cnt++ < 1) {
501 if (retry_cnt++ < 1) {
510 if (retry_cnt++ < 1) {
540 if (retry_cnt++ < 5) {
544 retry_cnt);
554 if (retry_cnt++ < 1) {
568 if (retry_cnt++ < 1) {
581 if (retry_cnt++ < 1) {
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h440 uint8_t retry_cnt; member in struct:ib_uverbs_qp_attr
536 uint8_t retry_cnt; member in struct:ib_uverbs_query_qp_resp
567 uint8_t retry_cnt; member in struct:ib_uverbs_modify_qp
H A Dib_verbs.h556 uint8_t retry_cnt; member in struct:ib_qp_attr
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_timers.c453 "retry_cnt = %d, max_retries = %d\n",
456 tnf_uint, retry_cnt, rmpp_ctx->rmpp_retry_cnt,
550 "ibmf_i_send_timeout(): %s, msgp = 0x%p, retry_cnt = %d, "
553 tnf_uint, retry_cnt, rmpp_ctx->rmpp_retry_cnt,
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c75 int status, retry_cnt, retry_cnt2, hw_err; local
84 retry_cnt = HCA_PIO_RETRY_CNT;
87 } while (status == HERMON_CMD_INTERNAL_ERR && retry_cnt-- > 0);
95 if ((retry_cnt == HCA_PIO_RETRY_CNT &&
102 } else if (retry_cnt != HCA_PIO_RETRY_CNT) {
118 retry_cnt = HCA_PIO_RETRY_CNT;
145 if ((retry_cnt == HCA_PIO_RETRY_CNT &&
189 if (status == HERMON_CMD_INTERNAL_ERR && retry_cnt-- > 0)
207 if ((retry_cnt == HCA_PIO_RETRY_CNT &&
218 } else if (retry_cnt !
[all...]
H A Dhermon_qpmod.c1421 qpc->retry_cnt = rc->rc_retry_cnt;
1741 qpc->retry_cnt = rc->rc_retry_cnt;
2334 qpc->retry_cnt = rc->rc_retry_cnt;
2651 qpc->retry_cnt = rc->rc_retry_cnt;
2814 qpc->retry_cnt = rc->rc_retry_cnt;
H A Dhermon_qp.c2280 rc->rc_retry_cnt = qpc->retry_cnt;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c1368 qpc->retry_cnt = rc->rc_retry_cnt;
1738 qpc->retry_cnt = rc->rc_retry_cnt;
2685 qpc->retry_cnt = rc->rc_retry_cnt;
2868 qpc->retry_cnt = rc->rc_retry_cnt;
H A Dtavor_qp.c1422 rc->rc_retry_cnt = qpc->retry_cnt;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c187 int retry_cnt = 0; local
209 if (retry_cnt++ >= MDB_DNLC_MAX_RETRY) {
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c5294 int retry_cnt = 0; local
5386 if (retry_cnt++ == min_retry_cnt) {
5389 retry_cnt = 0; /* reset retry_cnt */
5875 int retry_cnt = 0; local
5943 if (++retry_cnt == min_retry_cnt) { /* backoff before retry */
5946 retry_cnt = 0;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c1121 rcp->rc_retry_cnt = cmd->retry_cnt & 0x7;
1517 dest->retry_cnt = src->rc_retry_cnt;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1745 uint32_t retry_cnt :3; member in struct:tavor_hw_qpc_s
1821 uint32_t retry_cnt :3; member in struct:tavor_hw_qpc_s
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c2907 int retry_cnt, max_col, i; local
2944 retry_cnt = 0;
2956 if (retry_cnt++ > 4)
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3438 uint32_t retry_cnt :3; member in struct:hermon_hw_qpc_s
3581 uint32_t retry_cnt :3; member in struct:hermon_hw_qpc_s
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c7369 int retry_cnt = 0; local
7389 if (retry_cnt++ < 6) {
7471 if (retry_cnt++ < 1) {

Completed in 218 milliseconds

12