struct parallel_data - Internal control structure, covers everything that depends on the cpumask in use.
: padata instance. : percpu padata queues used for parallelization. : percpu padata queues used for serialuzation. : Number of objects waiting in the reorder queues. : Number of objects holding a reference on this parallel_data. : Maximal used sequence number. : The cpumasks in use for parallel and serial workers. : Reorder lock. : Number of already processed objects. : Reorder timer.
Definition at line 126 of file padata.h.