Macro kernel::init_work_item
source · [−]macro_rules! init_work_item {
($work_container:expr) => { ... };
}
Expand description
Initialises a work item.
It automatically defines a new lockdep lock class for the work item.
macro_rules! init_work_item {
($work_container:expr) => { ... };
}
Initialises a work item.
It automatically defines a new lockdep lock class for the work item.