Home
last modified time | relevance | path

Searched refs:degrades (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst124 encryption threads to a single thread degrades performance
H A Ddm-clone.rst329 degrades performance.
H A Ddm-integrity.rst84 journaled mode degrades write throughput twice because the
/linux/kernel/rcu/
H A DKconfig.debug209 scalability, destroys real-time response, degrades battery
/linux/Documentation/networking/device_drivers/can/
H A Dcan327.rst285 The driver is built such that functionality degrades gracefully
/linux/Documentation/scsi/
H A Daic7xxx.rst183 problem, continuing to report the errors just degrades
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst697 Changed the code but again this slightly degrades performance. Tried all
/linux/kernel/sched/
H A Dfair.c9410 * Returns a positive value, if task migration degrades locality. in migrate_degrades_locality()
9498 long degrades, hot; in can_migrate_task()
9587 degrades = migrate_degrades_locality(p, env); in can_migrate_task()
9588 if (!degrades) in can_migrate_task()
9591 hot = degrades > 0;
9486 long degrades, hot; can_migrate_task() local