Function kernel::workqueue::system_long
source · pub fn system_long() -> &'static Queue
Expand description
Returns the system work queue for potentially long-running work items (system_long_wq
).
It is similar to the one returned by system
but may host long running work items. Queue
flushing might take relatively long.