Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 69) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-lib.sh.in137 --tries) ply_tries="$2"; tty_tries="$2"; shift;;
138 --ply-tries) ply_tries="$2"; shift;;
139 --tty-tries) tty_tries="$2"; shift;;
149 --prompt "$ply_prompt" --number-of-tries="$ply_tries" \
H A Dmount-zfs.sh.in70 --tries 5 \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_freeobjects.ksh55 tries=100
56 for ((i=0; i<$tries; i++)); do
69 if [[ $i -eq $tries ]]; then
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_random_module.c29 u_char tries; member
184 rp->tries = 0; in ngx_stream_upstream_init_random_peer()
216 "get random peer, try: %ui", pc->tries); in ngx_stream_upstream_get_random_peer()
223 if (rp->tries > 20 || peers->single) { in ngx_stream_upstream_get_random_peer()
270 if (++rp->tries > 20) { in ngx_stream_upstream_get_random_peer()
310 "get random2 peer, try: %ui", pc->tries); in ngx_stream_upstream_get_random2_peer()
317 if (rp->tries > 20 || peers->single) { in ngx_stream_upstream_get_random2_peer()
380 if (++rp->tries > 20) { in ngx_stream_upstream_get_random2_peer()
H A Dngx_stream_upstream_hash_module.c36 ngx_uint_t tries; member
153 hp->tries = 0; in ngx_stream_upstream_init_hash_peer()
177 "get hash peer, try: %ui", pc->tries); in ngx_stream_upstream_get_hash_peer()
181 if (hp->tries > 20 || hp->rrp.peers->single) { in ngx_stream_upstream_get_hash_peer()
257 if (++hp->tries > 20) { in ngx_stream_upstream_get_hash_peer()
510 "get consistent hash peer, try: %ui", pc->tries); in ngx_stream_upstream_get_chash_peer()
514 if (hp->tries > 20 || hp->rrp.peers->single) { in ngx_stream_upstream_get_chash_peer()
590 hp->tries++; in ngx_stream_upstream_get_chash_peer()
592 if (hp->tries > 20) { in ngx_stream_upstream_get_chash_peer()
H A Dngx_stream_upstream_round_robin.c294 s->upstream->peer.tries = ngx_stream_upstream_tries(rrp->peers); in ngx_stream_upstream_init_round_robin_peer()
416 s->upstream->peer.tries = ngx_stream_upstream_tries(rrp->peers); in ngx_stream_upstream_create_round_robin_peer()
437 "get rr peer, try: %ui", pc->tries); in ngx_stream_upstream_get_round_robin_peer()
604 "free rr peer %ui %ui", pc->tries, state); in ngx_stream_upstream_free_round_robin_peer()
617 pc->tries = 0; in ngx_stream_upstream_free_round_robin_peer()
659 if (pc->tries) { in ngx_stream_upstream_free_round_robin_peer()
660 pc->tries--; in ngx_stream_upstream_free_round_robin_peer()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_random_module.c29 u_char tries; member
184 rp->tries = 0; in ngx_http_upstream_init_random_peer()
216 "get random peer, try: %ui", pc->tries); in ngx_http_upstream_get_random_peer()
223 if (rp->tries > 20 || peers->single) { in ngx_http_upstream_get_random_peer()
270 if (++rp->tries > 20) { in ngx_http_upstream_get_random_peer()
310 "get random2 peer, try: %ui", pc->tries); in ngx_http_upstream_get_random2_peer()
317 if (rp->tries > 20 || peers->single) { in ngx_http_upstream_get_random2_peer()
380 if (++rp->tries > 20) { in ngx_http_upstream_get_random2_peer()
H A Dngx_http_upstream_ip_hash_module.c22 u_char tries; member
141 iphp->tries = 0; in ngx_http_upstream_init_ip_hash_peer()
160 "get ip hash peer, try: %ui", pc->tries); in ngx_http_upstream_get_ip_hash_peer()
166 if (iphp->tries > 20 || iphp->rrp.peers->single) { in ngx_http_upstream_get_ip_hash_peer()
228 if (++iphp->tries > 20) { in ngx_http_upstream_get_ip_hash_peer()
H A Dngx_http_upstream_hash_module.c36 ngx_uint_t tries; member
153 hp->tries = 0; in ngx_http_upstream_init_hash_peer()
177 "get hash peer, try: %ui", pc->tries); in ngx_http_upstream_get_hash_peer()
181 if (hp->tries > 20 || hp->rrp.peers->single) { in ngx_http_upstream_get_hash_peer()
258 if (++hp->tries > 20) { in ngx_http_upstream_get_hash_peer()
508 "get consistent hash peer, try: %ui", pc->tries); in ngx_http_upstream_get_chash_peer()
512 if (hp->tries > 20 || hp->rrp.peers->single) { in ngx_http_upstream_get_chash_peer()
589 hp->tries++; in ngx_http_upstream_get_chash_peer()
591 if (hp->tries > 20) { in ngx_http_upstream_get_chash_peer()
/f-stack/freebsd/mips/nlm/
H A Dboard_eeprom.c61 int tries = I2C_TIMEOUT; in oc_wait_on_status() local
66 } while ((status & bit) != 0 && --tries > 0); in oc_wait_on_status()
68 return (tries == 0 ? -1: 0); in oc_wait_on_status()
/f-stack/dpdk/lib/librte_acl/
H A Dacl_bld.c1323 context->tries[n].type = RTE_ACL_FULL_TRIE; in build_one_trie()
1324 context->tries[n].count = 0; in build_one_trie()
1333 &last, &context->tries[n].count); in build_one_trie()
1354 context->tries[n].count = 0; in acl_build_tries()
1357 context->tries[0].type = RTE_ACL_FULL_TRIE; in acl_build_tries()
1376 if (num_tries == RTE_DIM(context->tries)) { in acl_build_tries()
1427 for (n = 0; n < RTE_DIM(ctx->tries); n++) { in acl_build_log()
1428 if (ctx->tries[n].count != 0) in acl_build_log()
1431 n, ctx->tries[n].count, in acl_build_log()
1432 ctx->tries[n].num_data_indexes); in acl_build_log()
[all …]
H A Dacl_run.h86 alloc_completion(struct completion *p, uint32_t size, uint32_t tries, in alloc_completion() argument
96 p[n].count = tries; in alloc_completion()
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_bo.c100 int pflags, tries, i; in tegra_bo_alloc_contig() local
108 tries = 0; in tegra_bo_alloc_contig()
113 if (tries < 3) { in tegra_bo_alloc_contig()
117 tries++; in tegra_bo_alloc_contig()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c26 uint8_t tries = 0; in bnx2x_check_bull() local
35 while (tries < BNX2X_VF_BULLETIN_TRIES) { in bnx2x_check_bull()
42 ++tries; in bnx2x_check_bull()
44 if (tries == BNX2X_VF_BULLETIN_TRIES) { in bnx2x_check_bull()
46 tries); in bnx2x_check_bull()
200 int tries = 0; in bnx2x_loop_obtain_resources() local
212 tries++; in bnx2x_loop_obtain_resources()
219 tries < BNX2X_VF_OBTAIN_MAX_TRIES) { in bnx2x_loop_obtain_resources()
/f-stack/freebsd/arm/xilinx/
H A Dzy7_ehci.c158 int tries; in zy7_phy_config() local
190 tries = 100; in zy7_phy_config()
193 if (--tries < 0) in zy7_phy_config()
H A Dzy7_devcfg.c429 int tries, err; in zy7_devcfg_reset_pl() local
464 tries = 0; in zy7_devcfg_reset_pl()
467 if (++tries >= 100) in zy7_devcfg_reset_pl()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c100 int tries = 3; in cvmx_retry_i2c_write() local
104 } while (tries-- > 0 && r < 0); in cvmx_retry_i2c_write()
838 int tries; in __switch_mdio_mux() local
840 tries = 3; in __switch_mdio_mux()
843 } while (tries-- > 0 && old_twsi_switch_reg < 0); in __switch_mdio_mux()
857 int tries; in __switch_mdio_mux() local
859 tries = 3; in __switch_mdio_mux()
862 } while (tries-- > 0 && old_twsi_switch_reg < 0); in __switch_mdio_mux()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream_round_robin.c286 r->upstream->peer.tries = ngx_http_upstream_tries(rrp->peers); in ngx_http_upstream_init_round_robin_peer()
406 r->upstream->peer.tries = ngx_http_upstream_tries(rrp->peers); in ngx_http_upstream_create_round_robin_peer()
427 "get rr peer, try: %ui", pc->tries); in ngx_http_upstream_get_round_robin_peer()
595 "free rr peer %ui %ui", pc->tries, state); in ngx_http_upstream_free_round_robin_peer()
611 pc->tries = 0; in ngx_http_upstream_free_round_robin_peer()
653 if (pc->tries) { in ngx_http_upstream_free_round_robin_peer()
654 pc->tries--; in ngx_http_upstream_free_round_robin_peer()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.h43 ngx_uint_t tries; member
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c634 int error, tries; in bcm_pcib_attach() local
687 for(tries = 0; ; ++tries) { in bcm_pcib_attach()
694 if (tries > 100) { in bcm_pcib_attach()
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_02.T.out36 0004 tries
/f-stack/freebsd/vm/
H A Dvm_kern.c179 int tries; in kmem_alloc_contig_pages() local
187 for (tries = wait ? 3 : 1;; tries--) { in kmem_alloc_contig_pages()
190 if (m != NULL || tries == 0) in kmem_alloc_contig_pages()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DREADME19 operations and ZFS tries hard to ensure that any modifications
/f-stack/dpdk/app/test/
H A Dtest_event_timer_adapter.c1104 int tries = 0; in stat_inc_reset_ev_enq() local
1109 if (sum >= num_evtims || ++tries >= MAX_TRIES) in stat_inc_reset_ev_enq()
1118 TEST_ASSERT(tries < MAX_TRIES, "Exceeded max tries"); in stat_inc_reset_ev_enq()
1429 int tries = 0; in event_timer_arm_max() local
1434 if (sum >= num_evtims || ++tries >= MAX_TRIES) in event_timer_arm_max()
1443 TEST_ASSERT(tries < MAX_TRIES, "Exceeded max tries"); in event_timer_arm_max()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h48 const struct ath_desc *ds0, int *rates, int *tries);

123