Home
last modified time | relevance | path

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

12345

/freebsd-12.1/usr.bin/gzip/
H A Dunbzip2.c41 int ret, end_of_file, cold = 0; in unbzip2() local
99 if (cold == 1) in unbzip2()
104 cold = 0; in unbzip2()
117 cold = 1; in unbzip2()
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A 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
669 last set value upon cold start or restart."
[all …]
/freebsd-12.1/sys/powerpc/powerpc/
H A Dintr_machdep.c315 if (!cold && i->pic != NULL && i->pic == root_pic) in powerpc_assign_intr_cpu()
502 if (!cold) { in powerpc_setup_intr()
558 if (!cold && i->pic != NULL) { in powerpc_fw_config_intr()
579 if (!cold && i->pic != NULL) in powerpc_config_intr()
H A Dautoconf.c95 cold = 0; in configure_final()
/freebsd-12.1/sys/riscv/riscv/
H A Dautoconf.c93 cold = 0; in configure_final()
/freebsd-12.1/sys/arm64/arm64/
H A Dautoconf.c91 cold = 0; in configure_final()
/freebsd-12.1/sys/arm/arm/
H A Dautoconf.c101 cold = 0; in configure_final()
/freebsd-12.1/sys/mips/mips/
H A Dautoconf.c114 cold = 0;
/freebsd-12.1/sys/x86/x86/
H A Dautoconf.c123 cold = 0; in configure_final()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dautoconf.c89 cold = 0; in configure_final()
/freebsd-12.1/sys/kern/
H A Dsubr_epoch.c253 MPASS(cold || epoch != NULL); in epoch_enter_preempt()
279 MPASS(cold || epoch != NULL); in epoch_enter()
490 MPASS(cold || epoch != NULL); in epoch_wait_preempt()
547 MPASS(cold || epoch != NULL); in epoch_wait()
H A Dsubr_autoconf.c203 if (cold == 0) in config_intrhook_establish()
/freebsd-12.1/sys/dev/e1000/
H A De1000_osdep.h85 if (cold) { in safe_pause_us()
94 if (cold) { in safe_pause_ms()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h136 if (cold) \
/freebsd-12.1/sys/dev/liquidio/
H A Dlio_bsd.h86 if (cold) \
/freebsd-12.1/contrib/gdb/gdb/
H A Dremote-rdp.c255 rdp_init (int cold, int tty) in rdp_init() argument
258 int type = cold ? RDP_OPEN_TYPE_COLD : RDP_OPEN_TYPE_WARM; in rdp_init()
280 if (cold) in rdp_init()
337 cold = 0; in rdp_init()
/freebsd-12.1/sys/dev/qlxge/
H A Dqls_os.h145 if (cold) \
/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_os.h152 if (cold) \
/freebsd-12.1/sys/dev/qlxgb/
H A Dqla_os.h143 if (cold) \
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h120 #define cond_resched() do { if (!cold) sched_relinquish(curthread); } while (0)
/freebsd-12.1/sys/dev/ixl/
H A Di40e_osdep.c178 if (cold || SCHEDULER_STOPPED()) in i40e_msec_pause()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td36 /// Marks function as being in a cold path.
37 def Cold : EnumAttr<"cold">;
/freebsd-12.1/sys/dev/acpica/Osd/
H A DOsdSynch.c191 if (cold) { in AcpiOsWaitSemaphore()
401 if (cold) { in AcpiOsAcquireMutex()
/freebsd-12.1/sys/dev/nand/
H A Dnfc_fsl.c492 timeout = (cold) ? FSL_FCM_WAIT_TIMEOUT : ~0; in fsl_nfc_start_command()
496 if (cold) { in fsl_nfc_start_command()
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_drv.h53 if (cold) \
73 if (cold) \

12345