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.