Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) What:		/sys/block/<device>/iosched/target_latency
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) Date:		March 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) contact:	Tao Ma <boyu.mt@taobao.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) 		The /sys/block/<device>/iosched/target_latency only exists
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) 		when the user sets cfq to /sys/block/<device>/scheduler.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) 		It contains an estimated latency time for the cfq. cfq will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) 		use it to calculate the time slice used for every task.