| /freebsd-12.1/usr.bin/gzip/ |
| H A D | unbzip2.c | 41 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 D | ntpv4-mib.mib | 334 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 D | intr_machdep.c | 315 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 D | autoconf.c | 95 cold = 0; in configure_final()
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | autoconf.c | 93 cold = 0; in configure_final()
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | autoconf.c | 91 cold = 0; in configure_final()
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | autoconf.c | 101 cold = 0; in configure_final()
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | autoconf.c | 114 cold = 0;
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | autoconf.c | 123 cold = 0; in configure_final()
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | autoconf.c | 89 cold = 0; in configure_final()
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_epoch.c | 253 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 D | subr_autoconf.c | 203 if (cold == 0) in config_intrhook_establish()
|
| /freebsd-12.1/sys/dev/e1000/ |
| H A D | e1000_osdep.h | 85 if (cold) { in safe_pause_us() 94 if (cold) { in safe_pause_ms()
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.h | 136 if (cold) \
|
| /freebsd-12.1/sys/dev/liquidio/ |
| H A D | lio_bsd.h | 86 if (cold) \
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote-rdp.c | 255 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 D | qls_os.h | 145 if (cold) \
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_os.h | 152 if (cold) \
|
| /freebsd-12.1/sys/dev/qlxgb/ |
| H A D | qla_os.h | 143 if (cold) \
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sched.h | 120 #define cond_resched() do { if (!cold) sched_relinquish(curthread); } while (0)
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | i40e_osdep.c | 178 if (cold || SCHEDULER_STOPPED()) in i40e_msec_pause()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 36 /// Marks function as being in a cold path. 37 def Cold : EnumAttr<"cold">;
|
| /freebsd-12.1/sys/dev/acpica/Osd/ |
| H A D | OsdSynch.c | 191 if (cold) { in AcpiOsWaitSemaphore() 401 if (cold) { in AcpiOsAcquireMutex()
|
| /freebsd-12.1/sys/dev/nand/ |
| H A D | nfc_fsl.c | 492 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 D | intel_drv.h | 53 if (cold) \ 73 if (cold) \
|