Home
last modified time | relevance | path

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

1234567891011

/netbsd/src/sys/kern/
Dkern_entropy.c300 if (__predict_false(cold)) in entropy_timer()
318 KASSERT(cold); in attach_seed_rndsource()
347 KASSERT(cold); in entropy_init()
448 KASSERT(cold); in entropy_init_late()
584 KASSERT(cold); in entropy_seed()
654 KASSERT(cold); in entropy_bootrequest()
737 KASSERT(!cold); in entropy_account_cpu()
868 KASSERT(cold); in entropy_enter_early()
933 if (__predict_false(cold)) { in entropy_enter()
1004 if (__predict_false(cold)) { in entropy_enter_intr()
[all …]
Dkern_heartbeat.c168 KASSERT(__predict_false(cold) || curcpu_stable()); in heartbeat_resume_cpu()
169 KASSERT(__predict_false(cold) || ci == curcpu()); in heartbeat_resume_cpu()
290 if (cold) { in set_max_period()
Dsubr_log.c327 if (!cold && log_open) { in logwakeup()
425 if (!cold) in logputchar()
450 if (!cold) in logputchar()
/netbsd/src/sys/arch/i386/stand/lib/
Dbiosdisk_ll.c239 readsects(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf, int cold) in readsects() argument
242 #define cold 1 /* collapse out references to diskbufp */ in readsects() macro
248 if (cold || diskbuf_user != &ra_dev || d->dev != ra_dev in readsects()
256 if (cold) { in readsects()
268 if (!cold) in readsects()
277 if (!cold) { in readsects()
287 if (!cold) { in readsects()
/netbsd/src/usr.bin/gzip/
Dunbzip2.c37 int ret, end_of_file, cold = 0; in unbzip2() local
95 if (cold == 1) in unbzip2()
100 cold = 0; in unbzip2()
113 cold = 1; in unbzip2()
/netbsd/src/sys/external/bsd/drm2/include/drm/
Ddrm_wait_netbsd.h133 KASSERT(!cold); \
203 KASSERT(!cold); \
234 KASSERT(!cold); \
284 KASSERT(!cold); \
311 KASSERT(!cold); \
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dfnmatch_loop.c207 CHAR cold; in FCT() local
457 cold = startp[1]; in FCT()
558 cold = wextra[1 + wextra[idx]]; in FCT()
563 cold = *((int32_t *) &extra[idx]); in FCT()
575 cold = str[0]; in FCT()
598 cold = c; in FCT()
627 lcollseq = cold; in FCT()
629 lcollseq = __collseq_table_lookup (collseq, cold); in FCT()
632 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; in FCT()
826 if (cold <= fn && fn <= cend) in FCT()
/netbsd/src/sys/external/bsd/drm2/include/linux/
Dhardirq.h51 if (!cold) in synchronize_irq()
59 if (!cold) in synchronize_hardirq()
/netbsd/src/sys/rump/librump/rumpdev/
Drump_dev.c57 extern int cold; in RUMP_COMPONENT()
69 cold = 0; in RUMP_COMPONENT()
/netbsd/src/sys/dev/acpi/acpica/
DOsdSchedule.c145 if (cold || doing_shutdown || acpi_suspended) in AcpiOsSleep()
180 if (cold) { in AcpiOsGetTimer()
/netbsd/src/external/bsd/ntp/dist/ntpsnmpd/
Dntpv4-mib.mib334 upon cold start or reinitialization of the NTP entity, the
348 upon cold start or reinitialization of the NTP entity, the
363 upon cold start or reinitialization of the NTP entity, the
378 upon cold start or reinitialization of the NTP entity, the
392 upon cold start or reinitialization of the NTP entity, the
445 upon cold start or reinitialization of the NTP entity, the
459 upon cold start or reinitialization of the NTP entity, the
619 upon cold start or reinitialization of the NTP entity, the
634 upon cold start or reinitialization of the NTP entity, the
649 upon cold start or reinitialization of the NTP entity, the
[all …]
/netbsd/src/sys/dev/spi/
Dssdfb_spi.c242 if (usepoll && !cold) in ssdfb_spi_xfer_rect_3wire_ssd1322()
367 if (usepoll && !cold) in ssdfb_spi_xfer_rect_4wire_sh1106()
405 if (usepoll && !cold) in ssdfb_spi_xfer_rect_4wire_ssd1306()
435 if (usepoll && !cold) in ssdfb_spi_xfer_rect_4wire_ssd1322()
492 if (usepoll && !cold) in ssdfb_spi_xfer_rect_4wire_ssd1353()
/netbsd/src/sys/arch/vax/vax/
Dka49.c96 if (cold == 0) in ka49_hardmem()
104 if (cold == 0) in ka49_softmem()
Dka53.c113 if (cold == 0) in ka53_hardmem()
121 if (cold == 0) in ka53_softmem()
Dka680.c260 if (cold == 0) in ka680_hardmem()
268 if (cold == 0) in ka680_softmem()
/netbsd/src/sys/arch/alpha/alpha/
Dmcclock.c171 KASSERT(cold); in mcclock_attach()
212 KASSERT(cold); in mcclock_set_pcc_freq()
/netbsd/src/sys/arch/macppc/dev/
Dcuda.c414 if (sc->sc_polling || poll || cold) { in cuda_send()
885 if (sc->sc_polling || cold) { in cuda_autopoll()
920 if (poll || cold) { in cuda_adb_send()
925 if (poll || cold) { in cuda_adb_send()
976 if (sc->sc_polling || cold) { in cuda_i2c_exec()
1005 if (sc->sc_polling || cold) { in cuda_i2c_exec()
/netbsd/src/sys/sys/
Dmodule.h137 if (cold) { \
147 if (cold) { \
Dkernel.h55 extern int cold; /* still working on startup */
/netbsd/src/sys/arch/bebox/bebox/
Dmachdep.c289 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
300 if (!cold && (howto & RB_DUMP)) in cpu_reboot()
/netbsd/src/sys/arch/evbppc/pmppc/
Dmachdep.c336 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
347 if (!cold && (howto & RB_DUMP)) in cpu_reboot()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpredict.def85 /* Branches to cold labels are extremely unlikely. */
86 DEF_PREDICTOR (PRED_COLD_LABEL, "cold label", HITRATE (90),
104 /* Branch to basic block containing call marked by cold function attribute. */
105 DEF_PREDICTOR (PRED_COLD_FUNCTION, "cold function call", PROB_VERY_LIKELY,
/netbsd/src/sys/arch/powerpc/ibm4xx/
Dibm4xx_machdep.c170 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
177 if (!cold && (howto & RB_DUMP)) in cpu_reboot()
/netbsd/src/lib/libc/compat/
DMakefile7 LIB= cold
/netbsd/src/sys/arch/mips/mips/
Dcpu_subr.c763 if (__predict_false(cold)) { in cpu_pause()
793 if (cold || kcpuset_match(cpus_running, ci->ci_kcpuset)) in cpu_pause_others()
813 if (__predict_false(cold)) in cpu_resume()
833 if (__predict_false(cold)) in cpu_resume_others()
851 return !cold && kcpuset_isset(cpus_paused, cii); in cpu_is_paused()

1234567891011