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

Returns the system freezable work queue (system_freezable_wq).

It is equivalent to the one returned by system except that it’s 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.