pub fn system_bh() -> &'static Queue
Returns the system bottom halves work queue (system_bh_wq).
system_bh_wq
It is similar to the one returned by system but for work items which need to run from a softirq context.
system