/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_mp_states.c | 75 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 D | x_call.c | 425 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 D | xc_impl.h | 188 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 D | zfs_acl_chmod_compact_001_pos.ksh | 229 typeset -i loop_cnt=2 230 while ((loop_cnt > 0)); do 239 ((loop_cnt -= 1))
|
H A D | zfs_acl_chmod_rwx_002_pos.ksh | 226 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 D | sd_tdaemon.c | 95 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 D | cpqary3_util.c | 592 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 D | sd_diag.c | 594 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 D | sctp.c | 1886 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 D | nv_sata.c | 3272 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 D | bge_chip2.c | 5053 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 D | zuluvm.c | 1048 tnf_int, loop_cnt, cnt); in zuluvm_fast_tlb_wait()
|
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 11493 uint_t loop_cnt = 0, critical; in sfmmu_hblk_steal() local 11506 (++loop_cnt > SFMMU_HBLK_STEAL_THRESHOLD) ? 1 : 0; in sfmmu_hblk_steal()
|