Home
last modified time | relevance | path

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

1234

/linux/Documentation/admin-guide/mm/damon/
A Dlru_sort.rst32 rates that higher than a user-specified threshold) and cold pages (pages of
37 the limit, it prioritizes and deprioritizes more hot and cold pages first,
45 benefits for systems having clear hot/cold access patterns under memory
94 Time threshold for cold memory regions identification in microseconds.
172 The aggregation interval of DAMON for the cold memory monitoring. Please
181 The minimal number of monitoring regions of DAMON for the cold memory
192 The maximum number of monitoring regions of DAMON for the cold memory
250 Number of cold memory regions that tried to be LRU-sorted.
255 Total bytes of cold memory regions that tried to be LRU-sorted.
260 Number of cold memory regions that successfully be LRU-sorted.
[all …]
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/
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()
A Da800.c33 int *cold) in a800_identify_state() argument
35 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
A Dtechnisat-usb2.c334 const struct dvb_usb_device_description **desc, int *cold) in technisat_usb2_identify_state() argument
349 *cold = 0; /* by default do not download a firmware - just in case something is wrong */ in technisat_usb2_identify_state()
358 *cold = 1; in technisat_usb2_identify_state()
361 *cold = 0; in technisat_usb2_identify_state()
/linux/drivers/net/ethernet/intel/idpf/
A Didpf_txrx.h434 __cacheline_group_begin_aligned(cold);
438 __cacheline_group_end_aligned(cold);
563 __cacheline_group_begin_aligned(cold);
574 __cacheline_group_end_aligned(cold);
687 __cacheline_group_begin_aligned(cold);
693 __cacheline_group_end_aligned(cold);
744 __cacheline_group_begin_aligned(cold);
754 __cacheline_group_end_aligned(cold);
797 __cacheline_group_begin_aligned(cold);
803 __cacheline_group_end_aligned(cold);
/linux/drivers/gpu/drm/ci/xfails/
A Dmsm-apq8096-fails.txt1 device_reset@cold-reset-bound,Fail
3 device_reset@unbind-cold-reset-rebind,Fail
A Dmsm-apq8016-fails.txt1 device_reset@cold-reset-bound,Fail
3 device_reset@unbind-cold-reset-rebind,Fail
A Drockchip-rk3288-fails.txt4 device_reset@cold-reset-bound,Crash
6 device_reset@unbind-cold-reset-rebind,Crash
A Dmediatek-mt8183-fails.txt2 device_reset@cold-reset-bound,Fail
4 device_reset@unbind-cold-reset-rebind,Fail
A Dmsm-sdm845-fails.txt1 device_reset@cold-reset-bound,Fail
3 device_reset@unbind-cold-reset-rebind,Fail
A Dmediatek-mt8173-fails.txt1 device_reset@cold-reset-bound,Fail
3 device_reset@unbind-cold-reset-rebind,Fail
A Dmsm-sc7180-trogdor-kingoftown-fails.txt1 device_reset@cold-reset-bound,Fail
3 device_reset@unbind-cold-reset-rebind,Fail
A Dmsm-sc7180-trogdor-lazor-limozeen-fails.txt1 device_reset@cold-reset-bound,Fail
3 device_reset@unbind-cold-reset-rebind,Fail
A Dvkms-none-fails.txt9 device_reset@cold-reset-bound,Fail
11 device_reset@unbind-cold-reset-rebind,Fail
A Drockchip-rk3399-fails.txt1 device_reset@cold-reset-bound,Fail
3 device_reset@unbind-cold-reset-rebind,Fail
/linux/Documentation/devicetree/bindings/power/supply/
A Dcharger-manager.yaml91 cm-battery-cold:
92 description: critical cold temperature of battery for charging in deci-degree celsius
95 cm-battery-cold-in-minus:
96 description: if set cm-battery-cold temperature is in minus degrees
192 cm-battery-cold = <50>;
193 cm-battery-cold-in-minus;
A Dmaxim,max17042.yaml38 maxim,cold-temp:
41 Temperature threshold to report battery as cold (in tenths of degree Celsius).
42 Default is not to report cold events.
/linux/rust/
A Dbuild_error.rs26 #[cold]
/linux/Documentation/devicetree/bindings/ata/
A Dnvidia,tegra-ahci.yaml43 - const: sata-cold
174 reset-names = "sata", "sata-cold", "sata-oob";
/linux/drivers/media/usb/dvb-usb-v2/
A Dlmedm04.c672 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument
680 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch()
691 cold = 0; in lme_firmware_switch()
714 cold = 0; in lme_firmware_switch()
734 cold = 0; in lme_firmware_switch()
748 if (cold) { in lme_firmware_switch()
/linux/Documentation/admin-guide/mm/
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
159 cold pages because of the overestimation, it retries on the next
/linux/include/net/libeth/
A Dcache.h63 libeth_cacheline_group_assert(type, cold, c); \
/linux/Documentation/ABI/testing/
A Dsysfs-class-chromeos24 - "cold": Cold reboot.
A Dsysfs-kernel-reboot13 Description: Reboot mode. Valid values are: cold warm hard soft gpio

Completed in 40 milliseconds

1234