/titanic_44/usr/src/uts/common/os/ |
H A D | rwlock.c | 283 int loop_count = 0; in rw_enter_sleep() local 305 if (++loop_count == ncpus_online) { in rw_enter_sleep() 307 loop_count = 0; in rw_enter_sleep() 418 int loop_count = 0; in rw_exit_wakeup() local 450 if (++loop_count == ncpus_online) { in rw_exit_wakeup() 452 loop_count = 0; in rw_exit_wakeup() 541 int loop_count = 0; in rw_tryenter() local 554 if (++loop_count == ncpus_online) { in rw_tryenter() 556 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 | 1251 int loop_count; in cpu_offline() local 1353 again: for (loop_count = 0; (*bound_func)(cp, 0); loop_count++) { in cpu_offline() 1354 if (loop_count >= 5) { in cpu_offline()
|
H A D | dumpsubr.c | 1647 int loop_count = 0; in dumpsys_spinlock() local 1650 if (++loop_count >= ncpus) { in dumpsys_spinlock() 1652 loop_count = 0; in dumpsys_spinlock()
|
/titanic_44/usr/src/uts/common/io/sata/adapters/si3124/ |
H A D | si3124.c | 2178 int slot, loop_count; in si_find_dev_signature() local 2227 loop_count = 0; in si_find_dev_signature() 2233 if (loop_count++ > SI_POLLRATE_SOFT_RESET) { in si_find_dev_signature() 2247 loop_count, slot_status); in si_find_dev_signature() 2898 int loop_count = 0; in si_initialize_controller() local 3001 loop_count = 0; in si_initialize_controller() 3017 if (loop_count++ > SI_POLLRATE_SSTATUS) { in si_initialize_controller() 3035 loop_count, in si_initialize_controller() 3053 loop_count = 0; in si_initialize_controller() 3058 if (loop_count++ > SI_POLLRATE_PORTREADY) { in si_initialize_controller() [all …]
|
/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4947 int slot, loop_count; in ahci_software_reset() local 4993 loop_count = 0; in ahci_software_reset() 4999 if (loop_count++ > 100) { in ahci_software_reset() 5077 loop_count = 0; in ahci_software_reset() 5085 if (loop_count++ > AHCI_POLLRATE_PORT_SOFTRESET) { in ahci_software_reset() 5088 "loop_count = %d", loop_count); in ahci_software_reset() 5098 loop_count, port_cmd_issue, slot); in ahci_software_reset() 5137 loop_count = 0; in ahci_software_reset() 5145 if (loop_count++ > AHCI_POLLRATE_PORT_SOFTRESET) { in ahci_software_reset() 5148 "loop_count = %d", loop_count); in ahci_software_reset() [all …]
|
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_common.c | 434 int loop_count; in apic_cpu_send_SIPI() local 478 for (loop_count = apic_sipi_max_loop_count; loop_count; loop_count--) { in apic_cpu_send_SIPI()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 235 uint32_t loop_count, loop_begin, loop_end; in ud_alloc_space_bmap() local 281 loop_count = (loop_begin) ? 2 : 1; in ud_alloc_space_bmap() 282 while (loop_count--) { in ud_alloc_space_bmap() 362 if (loop_count) { in ud_alloc_space_bmap()
|
/titanic_44/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()
|
/titanic_44/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
|
/titanic_44/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()
|