Home
last modified time | relevance | path

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

12

/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-init.c210 …_usb_find_device(struct usb_device *udev, const struct dvb_usb_device_properties *props, int *cold) in dvb_usb_find_device() argument
215 *cold = -1; in dvb_usb_find_device()
223 *cold = 1; in dvb_usb_find_device()
236 *cold = 0; in dvb_usb_find_device()
244 props->identify_state(udev, props, &desc, cold); in dvb_usb_find_device()
276 int ret = -ENOMEM, cold = 0; in dvb_usb_device_init() local
289 desc = dvb_usb_find_device(udev, &d->props, &cold); in dvb_usb_device_init()
296 if (cold) { in dvb_usb_device_init()
H A Ddib0700.h69 int *cold);
H A Ddib0700_core.c378 int *cold) in dib0700_identify_state() argument
393 *cold = ret <= 0; in dib0700_identify_state()
394 deb_info("cold: %d\n", *cold); in dib0700_identify_state()
H A DKconfig256 "DTV USB MINI" (in cold state) are supported.
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h431 __cacheline_group_begin_aligned(cold);
434 __cacheline_group_end_aligned(cold);
573 __cacheline_group_begin_aligned(cold);
584 __cacheline_group_end_aligned(cold);
709 __cacheline_group_begin_aligned(cold);
718 __cacheline_group_end_aligned(cold);
788 __cacheline_group_begin_aligned(cold);
798 __cacheline_group_end_aligned(cold);
848 __cacheline_group_begin_aligned(cold);
854 __cacheline_group_end_aligned(cold);
/linux/rust/
H A Dbuild_error.rs26 #[cold]
/linux/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c682 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument
690 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch()
701 cold = 0; in lme_firmware_switch()
724 cold = 0; in lme_firmware_switch()
744 cold = 0; in lme_firmware_switch()
758 if (cold) { in lme_firmware_switch()
/linux/Documentation/driver-api/cxl/allocation/
H A Dreclaim.rst40 are typically cold, the result is a cold page becomes promoted - only to
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst135 servers it manages based on the sizes of their cold pages defined by
141 pressure. It usually targets cold pages only. E.g., when a new job
142 comes in, the job scheduler wants to proactively reclaim cold pages on
160 cold pages because of the overestimation, it retries on the next
H A Dzswap.rst126 When there is a sizable amount of cold memory residing in the zswap pool, it
127 can be advantageous to proactively write these cold pages to swap and reclaim
/linux/include/net/libeth/
H A Dcache.h63 libeth_cacheline_group_assert(type, cold, c); \
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-motorola-surnia.dts27 maxim,cold-temp = <(-200)>;
H A Dmsm8916-motorola-osprey.dts38 maxim,cold-temp = <(-200)>;
H A Dmsm8916-motorola-harpia.dts27 maxim,cold-temp = <(-200)>;
/linux/Documentation/devicetree/bindings/watchdog/
H A Dst_lpc_wdt.txt30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-reboot13 Description: Reboot mode. Valid values are: cold warm hard soft gpio
H A Dsysfs-driver-intel_sdsi69 the CPU configuration is updated. A cold reboot is required to
/linux/Documentation/mm/
H A Dmultigen_lru.rst52 The protection of hot pages and the selection of cold pages are based
118 demotion of cold pages happens consequently when it increments
/linux/Documentation/trace/
H A Devents-kmem.rst52 mm_page_free_batched page=%p pfn=%lu order=%d cold=%d
/linux/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst113 registers, and it's led to some fixes that improve behavior on cold boot but
/linux/drivers/android/binder/
H A Dpage_range.rs400 #[cold]
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst471 recompression - pages that are cold and sit in the memory can be recompressed
540 zram block. It could be useful to catch cold or incompressible
/linux/tools/objtool/
H A Delf.c578 sym->cold = 1; in elf_add_symbol()
686 if (!sym->cold) in read_symbols()
/linux/rust/proc-macro2/
H A Dfallback.rs119 #[cold] in push_token_from_proc_macro()
H A Dwrapper.rs47 #[cold]

12