Macro kernel::spawn_work_item 
source · [−]macro_rules! spawn_work_item {
    ($queue:expr, $func:expr) => { ... };
}Expand description
Spawns a new work item to run in the work queue.
It also automatically defines a new lockdep lock class for the work item.