| /onnv-gate/usr/src/uts/common/os/ |
| H A D | rwlock.c | 242 int loop_count = 0; in rw_enter_sleep() local 260 if (++loop_count == ncpus_online) { in rw_enter_sleep() 262 loop_count = 0; in rw_enter_sleep() 373 int loop_count = 0; in rw_exit_wakeup() local 405 if (++loop_count == ncpus_online) { in rw_exit_wakeup() 407 loop_count = 0; in rw_exit_wakeup() 478 int loop_count = 0; in rw_tryenter() local 490 if (++loop_count == ncpus_online) { in rw_tryenter() 492 loop_count = 0; in rw_tryenter()
|
| H A D | mutex.c | 649 int loop_count = 0; in lock_set_spin() local 664 loop_count++; in lock_set_spin() 666 if (ncpus_online == loop_count) { in lock_set_spin() 668 loop_count = 0; in lock_set_spin() 683 int loop_count = 0; in lock_set_spl_spin() local 701 loop_count++; in lock_set_spl_spin() 707 if (ncpus_online == loop_count) { in lock_set_spl_spin() 709 loop_count = 0; in lock_set_spl_spin()
|
| H A D | cpu.c | 1245 int loop_count; in cpu_offline() local 1347 again: for (loop_count = 0; (*bound_func)(cp, 0); loop_count++) { in cpu_offline() 1348 if (loop_count >= 5) { in cpu_offline()
|
| H A D | dumpsubr.c | 1620 int loop_count = 0; in dumpsys_spinlock() local 1623 if (++loop_count >= ncpus) { in dumpsys_spinlock() 1625 loop_count = 0; in dumpsys_spinlock()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/cmd/ |
| H A D | for.t | 69 $loop_count = 0; 71 $loop_count++; 73 print $loop_count == 4 ? "ok" : "not ok", " 12\n";
|
| /onnv-gate/usr/src/uts/common/io/sata/adapters/si3124/ |
| H A D | si3124.c | 2163 int slot, loop_count; in si_find_dev_signature() local 2212 loop_count = 0; in si_find_dev_signature() 2218 if (loop_count++ > SI_POLLRATE_SOFT_RESET) { in si_find_dev_signature() 2232 loop_count, slot_status); in si_find_dev_signature() 2883 int loop_count = 0; in si_initialize_controller() local 2986 loop_count = 0; in si_initialize_controller() 3002 if (loop_count++ > SI_POLLRATE_SSTATUS) { in si_initialize_controller() 3020 loop_count, in si_initialize_controller() 3038 loop_count = 0; in si_initialize_controller() 3043 if (loop_count++ > SI_POLLRATE_PORTREADY) { in si_initialize_controller() [all …]
|
| /onnv-gate/usr/src/uts/common/io/sata/adapters/ahci/ |
| H A D | ahci.c | 4898 int slot, loop_count; in ahci_software_reset() local 4942 loop_count = 0; in ahci_software_reset() 4948 if (loop_count++ > 100) { in ahci_software_reset() 5026 loop_count = 0; in ahci_software_reset() 5034 if (loop_count++ > AHCI_POLLRATE_PORT_SOFTRESET) { in ahci_software_reset() 5037 "loop_count = %d", loop_count); in ahci_software_reset() 5047 loop_count, port_cmd_issue, slot); in ahci_software_reset() 5086 loop_count = 0; in ahci_software_reset() 5094 if (loop_count++ > AHCI_POLLRATE_PORT_SOFTRESET) { in ahci_software_reset() 5097 "loop_count = %d", loop_count); in ahci_software_reset() [all …]
|
| /onnv-gate/usr/src/uts/common/disp/ |
| H A D | cpupart.c | 410 int loop_count; in cpupart_move_cpu() local 414 for (loop_count = 0; disp_bound_threads(cp, 0); loop_count++) { in cpupart_move_cpu() 415 if (loop_count >= 5) { in cpupart_move_cpu()
|
| /onnv-gate/usr/src/cmd/auditd/ |
| H A D | doorway.c | 1122 int loop_count = 0; in input() local 1157 call_counter, loop_count)); in input() 1162 call_counter, loop_count)); in input() 1165 loop_count++; in input()
|
| /onnv-gate/usr/src/lib/libast/common/uwin/ |
| H A D | crypt.c | 691 register int ks_inc, loop_count; in des_cipher() local 735 loop_count = 8; in des_cipher() 769 } while (--loop_count != 0); in des_cipher()
|
| /onnv-gate/usr/src/uts/i86pc/io/pcplusmp/ |
| H A D | apic_common.c | 431 int loop_count; in apic_cpu_send_SIPI() local 475 for (loop_count = apic_sipi_max_loop_count; loop_count; loop_count--) { in apic_cpu_send_SIPI()
|
| /onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| H A D | softKeystoreUtil.c | 1194 ssize_t nread, loop_count; in read_obj_data() local 1207 loop_count = 1; in read_obj_data() 1208 while (nread == (loop_count * BUFSIZ)) { in read_obj_data() 1211 loop_count++; in read_obj_data() 1213 buf1 = realloc(*buf, loop_count * BUFSIZ); in read_obj_data() 1220 *buf + ((loop_count - 1) * BUFSIZ), BUFSIZ); in read_obj_data()
|
| /onnv-gate/usr/src/uts/common/fs/udfs/ |
| H A D | udf_alloc.c | 237 uint32_t loop_count, loop_begin, loop_end; in ud_alloc_space_bmap() local 283 loop_count = (loop_begin) ? 2 : 1; in ud_alloc_space_bmap() 284 while (loop_count--) { in ud_alloc_space_bmap() 364 if (loop_count) { in ud_alloc_space_bmap()
|
| /onnv-gate/usr/src/uts/common/fs/cachefs/ |
| H A D | cachefs_dir.c | 922 int loop_count = 0; in cachefs_dir_fill_common() local 942 loop_count++; in cachefs_dir_fill_common()
|
| /onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| H A D | emlxs_menlo.h | 203 uint32_t loop_count; /* loop_count = 0 indicates loop forever */ member
|
| /onnv-gate/usr/src/uts/i86pc/vm/ |
| H A D | vm_machdep.c | 3034 ulong_t loop_count = 0; in page_get_high_mfn() local 3039 for (; loop_count < mfn_count; loop_count++, last_mfn--) { in page_get_high_mfn()
|