Home
last modified time | relevance | path

Searched refs:cold (Results 1 – 25 of 176) sorted by relevance

12345678

/openbsd/sys/dev/pci/drm/include/linux/
H A Dcompletion.h52 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 Dwait.h113 KASSERT(!cold); \
169 KASSERT(!cold); \
234 KASSERT(!cold); \
H A Dprocessor.h16 if (cold) { in cpu_relax()
/openbsd/sys/arch/landisk/landisk/
H A Dautoconf.c42 int cold = 1; variable
62 cold = 0; in cpu_configure()
/openbsd/sys/arch/loongson/loongson/
H A Dautoconf.c33 int cold = 1; variable
51 cold = 0; in cpu_configure()
/openbsd/sys/dev/pci/
H A Dmbg.c422 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 Dnviic.c199 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 Damdiic.c250 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 Dichiic.c222 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 Dautoconf.c31 int cold = 1; variable
48 cold = 0; in cpu_configure()
/openbsd/sys/arch/amd64/amd64/
H A Dautoconf.c77 int cold = 1; /* if 1, still working on cold-start */ variable
135 cold = 0; in cpu_configure()
/openbsd/sys/kern/
H A Dsubr_suspend.c132 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 Dautoconf.c64 int cold = 1; /* 1 if still booting */ variable
85 cold = 0; in cpu_configure()
/openbsd/sys/arch/alpha/pci/
H A Dtsciic.c131 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 Dpcf8584.c151 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 Diosf.c284 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 Dautoconf.c84 int cold = 1; /* if 1, still working on cold-start */ variable
105 cold = 0; in cpu_configure()
/openbsd/sys/arch/sparc64/dev/
H A Dmgiic.c153 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 Dshared_intr.c74 cold ? M_NOWAIT : M_WAITOK);
145 ih = malloc(sizeof *ih, M_DEVBUF, cold ? M_NOWAIT : M_WAITOK);
/openbsd/sys/arch/powerpc64/powerpc64/
H A Dautoconf.c39 cold = 0; in cpu_configure()
/openbsd/sys/arch/arm64/dev/
H A Drtkit.c530 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 Dautoconf.c57 cold = 0; in cpu_configure()
/openbsd/sys/arch/armv7/armv7/
H A Dautoconf.c92 cold = 0; in cpu_configure()
/openbsd/sys/arch/arm64/arm64/
H A Dautoconf.c71 cold = 0; in cpu_configure()
/openbsd/sys/arch/i386/i386/
H A Dioapic.c670 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()

12345678