macro_rules! init_work_item_adapter {
    ($adapter:ty, $work_container:expr) => { ... };
}
Expand description

Initialises a work item with the given adapter.

It automatically defines a new lockdep lock class for the work item.