Function kernel::workqueue::system_bh

source ·
pub fn system_bh() -> &'static Queue
Expand description

Returns the system bottom halves work queue (system_bh_wq).

It is similar to the one returned by system but for work items which need to run from a softirq context.