Function kernel::workqueue::system_power_efficient
source · pub fn system_power_efficient() -> &'static Queue
Expand description
Returns the system power-efficient work queue (system_power_efficient_wq
).
It is inclined towards saving power and is converted to “unbound” variants if the
workqueue.power_efficient
kernel parameter is specified; otherwise, it is similar to the one
returned by system
.