/Linux-v6.6/Documentation/admin-guide/mm/damon/ |
D | lru_sort.rst | 32 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 …]
|
D | reclaim.rst | 15 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 159 The sampling interval of DAMON for the cold memory monitoring. Please refer to 167 The aggregation interval of DAMON for the cold memory monitoring. Please 175 The minimal number of monitoring regions of DAMON for the cold memory 185 The maximum number of monitoring regions of DAMON for the cold memory 196 against. That is, DAMON_RECLAIM will find cold memory regions in this region 205 against. That is, DAMON_RECLAIM will find cold memory regions in this region
|
/Linux-v6.6/drivers/media/usb/dvb-usb/ |
D | dvb-usb-init.c | 210 …_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()
|
D | a800.c | 33 int *cold) in a800_identify_state() argument 35 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
|
D | technisat-usb2.c | 334 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()
|
D | digitv.c | 100 int *cold) in digitv_identify_state() argument 102 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
|
D | dib0700.h | 69 int *cold);
|
D | af9005.c | 965 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()
|
D | az6027.c | 1073 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()
|
D | dib0700_core.c | 378 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()
|
D | dvb-usb.h | 306 int *cold);
|
D | ttusb2.c | 473 int *cold) in ttusb2_identify_state() argument 475 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
|
/Linux-v6.6/rust/ |
D | build_error.rs | 26 #[cold]
|
/Linux-v6.6/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.c | 672 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-v6.6/Documentation/admin-guide/mm/ |
D | multigen_lru.rst | 135 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-v6.6/mm/damon/ |
D | Kconfig | 92 that not accessed for a long time (cold) using DAMON and reclaim 104 protect frequently accessed (hot) pages while rarely accessed (cold)
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-chromeos | 24 - "cold": Cold reboot.
|
D | sysfs-kernel-reboot | 13 Description: Reboot mode. Valid values are: cold warm hard soft gpio
|
D | sysfs-driver-intel_sdsi | 69 the CPU configuration is updated. A cold reboot is required to
|
/Linux-v6.6/Documentation/devicetree/bindings/watchdog/ |
D | st_lpc_wdt.txt | 30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold
|
/Linux-v6.6/Documentation/arch/x86/x86_64/ |
D | boot-options.rst | 126 Don't set the cold reboot flag 127 cold 128 Set the cold reboot flag 132 Use the keyboard controller. cold reset (default)
|
/Linux-v6.6/drivers/thermal/qcom/ |
D | Kconfig | 10 Also able to set threshold temperature for both hot and cold and update
|
/Linux-v6.6/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1 163 cold chained to tx5
|
/Linux-v6.6/rust/alloc/vec/ |
D | mod.rs | 1513 #[cold] in swap_remove() 1554 #[cold] in insert() 1615 #[cold] in remove() 2247 #[cold] in split_off()
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | amu.rst | 46 On cold reset all counters reset to 0.
|