| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | charger-manager.txt | 26 -cold : critical cold temperature of battery for charging 27 -cold-in-minus : flag that cold temperature is in minus degrees 55 cm-battery-cold = <50>; 56 cm-battery-cold-in-minus;
|
| H A D | max17042_battery.txt | 18 - maxim,cold-temp : Temperature threshold to report battery 19 as cold (in tenths of degree Celsius).
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | autoconf.c | 91 cold = 0; in configure_final()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | autoconf.c | 100 cold = 0; in configure_final()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | autoconf.c | 114 cold = 0;
|
| H A D | machdep.c | 114 int cold = 1; variable
|
| /f-stack/freebsd/x86/x86/ |
| H A D | autoconf.c | 123 cold = 0; in configure_final()
|
| H A D | mca.c | 864 else if (!cold) in mca_process_records() 941 if (doresize && !cold) in sysctl_mca_maxcount()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | st_lpc_wdt.txt | 30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ata/ |
| H A D | nvidia,tegra124-ahci.txt | 22 - sata-cold
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/temperature/ |
| H A D | adi,ltc2983.yaml | 108 adi,cold-junction-handle: 111 the thermocouple cold junction temperature. 155 as a cold junction temperature element on an isothermal block 408 adi,cold-junction-handle = <&diode5>;
|
| /f-stack/freebsd/kern/ |
| H A D | subr_epoch.c | 444 MPASS(cold || epoch != NULL); in _epoch_enter_preempt() 473 MPASS(cold || epoch != NULL); in epoch_enter() 688 MPASS(cold || epoch != NULL); in epoch_wait_preempt() 745 MPASS(cold || epoch != NULL); in epoch_wait()
|
| H A D | subr_autoconf.c | 203 if (cold == 0) in config_intrhook_establish()
|
| H A D | subr_firmware.c | 314 if (!cold) { in firmware_get_flags()
|
| H A D | kern_synch.c | 320 if ((cold && curthread == &thread0) || kdb_active || in pause_sbt()
|
| H A D | kern_shutdown.c | 470 if (!cold && (howto & RB_NOSYNC) == 0 && once == 0) { in kern_reboot() 485 if ((howto & (RB_HALT|RB_DUMP)) == RB_DUMP && !cold && !dumping) in kern_reboot()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 149 ngx_atomic_t cold; member
|
| H A D | ngx_http_file_cache.c | 120 if (!cache->sh->cold || cache->sh->loading) { in ngx_http_file_cache_init() 149 cache->sh->cold = 1; in ngx_http_file_cache_init() 322 test = cache->sh->cold ? 1 : 0; in ngx_http_file_cache_open() 618 if (cache->sh->cold) { in ngx_http_file_cache_read() 2039 if (!cache->sh->cold || cache->sh->loading) { in ngx_http_file_cache_loader() 2067 cache->sh->cold = 0; in ngx_http_file_cache_loader()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 202 #define __rte_cold __attribute__((cold))
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 241 #define __rte_cold __attribute__((cold))
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 191 int cold = 1; variable 961 cold = 0; in configure_final()
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_qi.c | 213 if (cold || nowait) { in dmar_qi_wait_for_seq()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox.c | 245 if (!cold) { in bcm_mbox_read()
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_i2c.c | 526 if (cold) { in rk_i2c_transfer()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 468 KASSERT(cold || td->td_ucred != NULL, in trap()
|