pub fn system_bh_highpri() -> &'static Queue
Expand description
Returns the system bottom halves high-priority work queue (system_bh_highpri_wq
).
It is similar to the one returned by system_bh
but for work items which
require higher scheduling priority.