Home
last modified time | relevance | path

Searched refs:loop_cnt (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/sun4v/os/
H A Dmach_mp_states.c75 uint64_t loop_cnt; in stopcpu_bycpuid() local
126 loop_cnt = 0; in stopcpu_bycpuid()
131 while (loop_cnt++ < cpu_stop_time_limit) { in stopcpu_bycpuid()
137 if (loop_cnt == cpu_stop_time_limit) in stopcpu_bycpuid()
146 while (loop_cnt++ < cpu_stop_time_limit) { in stopcpu_bycpuid()
156 return ((loop_cnt == cpu_stop_time_limit) ? ETIMEDOUT : 0); in stopcpu_bycpuid()
/titanic_41/usr/src/uts/sun4/os/
H A Dx_call.c425 uint64_t loop_cnt = 0; in xc_one() local
470 if (loop_cnt++ > xc_func_time_limit) { in xc_one()
473 loop_cnt = 0; in xc_one()
522 if (loop_cnt++ > xc_func_time_limit) { in xc_one()
525 loop_cnt = 0; in xc_one()
531 loop_cnt = 0; in xc_one()
730 uint64_t loop_cnt = 0; in xc_attention() local
791 if (loop_cnt++ > xc_mondo_time_limit) { in xc_attention()
794 loop_cnt = 0; in xc_attention()
800 loop_cnt = 0; in xc_attention()
[all …]
/titanic_41/usr/src/uts/sun4/sys/
H A Dxc_impl.h188 uint64_t loop_cnt = 0; \
205 if (loop_cnt++ > xc_func_time_limit) { \
208 loop_cnt = 0; \
215 loop_cnt = 0; \
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_compact_001_pos.ksh229 typeset -i loop_cnt=2
230 while ((loop_cnt > 0)); do
239 ((loop_cnt -= 1))
H A Dzfs_acl_chmod_rwx_002_pos.ksh226 typeset -i loop_cnt=20
227 while (( loop_cnt > 0 )); do
236 (( loop_cnt -= 1 ))
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c95 static int _fork_test_daemon(int num_disks, int test_typ, int loop_cnt,
500 _fork_test_daemon(int num_disks, int test_typ, int loop_cnt, int from, int seed) in _fork_test_daemon() argument
507 return (test_control(test_typ, loop_cnt, from, seed)); in _fork_test_daemon()
512 "!sd_test %d %d %d %d %d", num_disks, type, loop_cnt, from, seed); in _fork_test_daemon()
524 _sd_write_len = loop_cnt; in _fork_test_daemon()
527 _sd_write_len = loop_cnt; in _fork_test_daemon()
530 _sd_trk_zero = loop_cnt; in _fork_test_daemon()
534 _sd_min_blks = loop_cnt; in _fork_test_daemon()
570 gld[i].loop = loop_cnt; in _fork_test_daemon()
/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_util.c592 int8_t loop_cnt = 0; in cpqary3_detect_target_geometry() local
650 loop_cnt = ((ctlr->num_of_targets > CTLR_SCSI_ID) ? in cpqary3_detect_target_geometry()
653 for (i = 0; i < loop_cnt; i++) { in cpqary3_detect_target_geometry()
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c594 nsc_size_t loop_cnt; in do_sdtest7read() local
595 err = 0; curr_pos = 0; loop_cnt = 0; in do_sdtest7read()
612 loop_cnt += 1; in do_sdtest7read()
635 name[h], which+1, err, loop_cnt); in do_sdtest7read()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp.c1886 uint32_t loop_cnt = 0; in sctp_process_recvq() local
1914 loop_cnt++; in sctp_process_recvq()
1944 if (loop_cnt > recvq_loop_cnt) in sctp_process_recvq()
1945 recvq_loop_cnt = loop_cnt; in sctp_process_recvq()
/titanic_41/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c3272 int loop_cnt = 0; in mcp5x_intr_port() local
3394 } while (loop_cnt++ < nv_max_intr_loops); in mcp5x_intr_port()
3396 if (loop_cnt > nvp->intr_loop_cnt) { in mcp5x_intr_port()
3398 "Exiting with multiple intr loop count %d", loop_cnt); in mcp5x_intr_port()
3399 nvp->intr_loop_cnt = loop_cnt; in mcp5x_intr_port()
3416 int_status, ret, loop_cnt); in mcp5x_intr_port()
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_chip2.c5053 int retval, loop_cnt = 0; in bge_intr() local
5117 for (loop_cnt = 0; loop_cnt < bge_intr_max_loop; loop_cnt++) { in bge_intr()
/titanic_41/usr/src/uts/sun4u/io/
H A Dzuluvm.c1048 tnf_int, loop_cnt, cnt); in zuluvm_fast_tlb_wait()
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11493 uint_t loop_cnt = 0, critical; in sfmmu_hblk_steal() local
11506 (++loop_cnt > SFMMU_HBLK_STEAL_THRESHOLD) ? 1 : 0; in sfmmu_hblk_steal()