Home
last modified time | relevance | path

Searched refs:cold (Results 1 – 25 of 38) 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()
/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/Documentation/admin-guide/mm/damon/
H A Dreclaim.rst15 On general memory over-committed systems, proactively reclaiming cold pages
77 Time threshold for cold memory regions identification in microseconds.
80 identifies the region as cold, and reclaims it.
90 (quota_reset_interval_ms) for trying reclamation of cold pages. This can be
186 The sampling interval of DAMON for the cold memory monitoring. Please refer to
194 The aggregation interval of DAMON for the cold memory monitoring. Please
202 The minimal number of monitoring regions of DAMON for the cold memory
212 The maximum number of monitoring regions of DAMON for the cold memory
223 against. That is, DAMON_RECLAIM will find cold memory regions in this region
232 against. That is, DAMON_RECLAIM will find cold memory regions in this region
/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/rust/
H A Dbuild_error.rs26 #[cold]
/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/mm/damon/
H A DKconfig82 that not accessed for a long time (cold) using DAMON and reclaim
94 protect frequently accessed (hot) pages while rarely accessed (cold)
/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/driver-api/dmaengine/
H A Dpxa_dma.rst148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1
163 cold chained to tx5
/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.rs398 #[cold]
/linux/tools/objtool/
H A Delf.c522 sym->cold = 1; in elf_add_symbol()
634 if (!sym->cold) in read_symbols()
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst471 recompression - pages that are cold and sit in the memory can be recompressed
553 zram block. It could be useful to catch cold or incompressible

12