/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | completion.h | 52 KASSERT(!cold); in wait_for_completion_timeout() 73 KASSERT(!cold); in wait_for_completion() 89 KASSERT(!cold); in wait_for_completion_interruptible() 113 KASSERT(!cold); in wait_for_completion_interruptible_timeout()
|
H A D | wait.h | 113 KASSERT(!cold); \ 169 KASSERT(!cold); \ 234 KASSERT(!cold); \
|
H A D | processor.h | 16 if (cold) { in cpu_relax()
|
/openbsd/sys/arch/landisk/landisk/ |
H A D | autoconf.c | 42 int cold = 1; variable 62 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/loongson/loongson/ |
H A D | autoconf.c | 33 int cold = 1; variable 51 cold = 0; in cpu_configure()
|
/openbsd/sys/dev/pci/ |
H A D | mbg.c | 422 tmax = cold ? 50 : 10; in mbg_read_amcc_s5920() 424 if (cold) in mbg_read_amcc_s5920() 478 tmax = cold ? 50 : 10; in mbg_read_amcc_s5933() 480 if (cold) in mbg_read_amcc_s5933() 530 tmax = cold ? 50 : 10; in mbg_read_asic() 532 if (cold) in mbg_read_asic()
|
H A D | nviic.c | 199 if (cold || (flags & I2C_F_POLL)) in nviic_i2c_acquire_bus() 210 if (cold || (flags & I2C_F_POLL)) in nviic_i2c_release_bus() 232 if (cold) in nviic_i2c_exec()
|
H A D | amdiic.c | 250 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in amdiic_i2c_acquire_bus() 261 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in amdiic_i2c_release_bus() 280 if (cold || sc->sc_poll) in amdiic_i2c_exec()
|
H A D | ichiic.c | 222 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in ichiic_i2c_acquire_bus() 233 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in ichiic_i2c_release_bus() 264 if (cold || sc->sc_poll) in ichiic_i2c_exec()
|
/openbsd/sys/arch/octeon/octeon/ |
H A D | autoconf.c | 31 int cold = 1; variable 48 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | autoconf.c | 77 int cold = 1; /* if 1, still working on cold-start */ variable 135 cold = 0; in cpu_configure()
|
/openbsd/sys/kern/ |
H A D | subr_suspend.c | 132 cold = 2; /* Force other code to delay() instead of tsleep() */ in sleep_state() 173 cold = 0; in sleep_state()
|
/openbsd/sys/arch/luna88k/luna88k/ |
H A D | autoconf.c | 64 int cold = 1; /* 1 if still booting */ variable 85 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/alpha/pci/ |
H A D | tsciic.c | 131 if (cold || (flags & I2C_F_POLL)) in tsciic_acquire_bus() 142 if (cold || (flags & I2C_F_POLL)) in tsciic_release_bus()
|
/openbsd/sys/dev/ic/ |
H A D | pcf8584.c | 151 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in pcfiic_i2c_acquire_bus() 162 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in pcfiic_i2c_release_bus() 180 if (cold || sc->sc_poll) in pcfiic_i2c_exec()
|
H A D | iosf.c | 284 int waitok = !cold && !ISSET(flags, I2C_F_POLL); in iosf_i2c_acquire() 324 int waitok = !cold && !ISSET(flags, I2C_F_POLL); in iosf_i2c_release()
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | autoconf.c | 84 int cold = 1; /* if 1, still working on cold-start */ variable 105 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | mgiic.c | 153 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in mgiic_i2c_acquire_bus() 164 if (cold || sc->sc_poll || (flags & I2C_F_POLL)) in mgiic_i2c_release_bus() 180 if (cold || sc->sc_poll) in mgiic_i2c_exec()
|
/openbsd/sys/arch/alpha/dev/ |
H A D | shared_intr.c | 74 cold ? M_NOWAIT : M_WAITOK); 145 ih = malloc(sizeof *ih, M_DEVBUF, cold ? M_NOWAIT : M_WAITOK);
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | autoconf.c | 39 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | rtkit.c | 530 if (cold) in rtkit_handle_crashlog() 617 if (cold) in rtkit_handle_syslog() 681 if (cold) in rtkit_handle_ioreport() 737 if (cold) in rtkit_handle_oslog() 916 if (cold) { in rtkit_set_ap_pwrstate() 954 if (cold) { in rtkit_set_iop_pwrstate()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | autoconf.c | 57 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/armv7/armv7/ |
H A D | autoconf.c | 92 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | autoconf.c | 71 cold = 0; in cpu_configure()
|
/openbsd/sys/arch/i386/i386/ |
H A D | ioapic.c | 670 extern int cold; in apic_intr_establish() 690 ih = malloc(sizeof *ih, M_DEVBUF, cold ? M_NOWAIT : M_WAITOK); in apic_intr_establish() 716 if (!cold) in apic_intr_establish() 754 if (!cold) in apic_intr_establish()
|