pub fn system_freezable_power_efficient() -> &'static Queue
Expand description

Returns the system freezable power-efficient work queue (system_freezable_power_efficient_wq).

It is similar to the one returned by system_power_efficient except that is freezable.

A freezable workqueue participates in the freeze phase of the system suspend operations. Work items on the workqueue are drained and no new work item starts execution until thawed.