Home
last modified time | relevance | path

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

12

/linux/Documentation/admin-guide/mm/damon/
H A Dlru_sort.rst32 rates that higher than a user-specified threshold) and cold pages (pages of
35 deprioritizing cold pages on their LRU-lists. To avoid it consuming too much
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.
97 identifies the region as cold, and mark it as unaccessed on the LRU list, so
164 The sampling interval of DAMON for the cold memory monitoring. Please refer to
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
[all …]
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/
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 Da800.c33 int *cold) in a800_identify_state() argument
35 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
H 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()
H A Ddigitv.c100 int *cold) in digitv_identify_state() argument
102 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
H A Ddib0700.h69 int *cold);
H A Daf9005.c965 int *cold) in af9005_identify_state() argument
980 *cold = 1; in af9005_identify_state()
982 *cold = 0; in af9005_identify_state()
986 deb_info("Identify state cold = %d\n", *cold); in af9005_identify_state()
H A Daz6027.c1073 int *cold) in az6027_identify_state() argument
1092 *cold = ret <= 0; in az6027_identify_state()
1094 deb_info("cold: %d\n", *cold); in az6027_identify_state()
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 Ddvb-usb.h304 int *cold);
H A Dttusb2.c473 int *cold) in ttusb2_identify_state() argument
475 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h438 __cacheline_group_begin_aligned(cold);
442 __cacheline_group_end_aligned(cold);
570 __cacheline_group_begin_aligned(cold);
581 __cacheline_group_end_aligned(cold);
694 __cacheline_group_begin_aligned(cold);
700 __cacheline_group_end_aligned(cold);
751 __cacheline_group_begin_aligned(cold);
761 __cacheline_group_end_aligned(cold);
804 __cacheline_group_begin_aligned(cold);
810 __cacheline_group_end_aligned(cold);
/linux/rust/
H A Dbuild_error.rs26 #[cold]
/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
159 cold pages because of the overestimation, it retries on the next
/linux/include/net/libeth/
H A Dcache.h63 libeth_cacheline_group_assert(type, cold, c); \
/linux/Documentation/ABI/testing/
H A Dsysfs-class-chromeos24 - "cold": Cold reboot.
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/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/drivers/thermal/qcom/
H A DKconfig10 Also able to set threshold temperature for both hot and cold and update
/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

12