Lines Matching full:parallel
2 The padata parallel execution mechanism
8 parallel on multiple CPUs while retaining the ordering of tasks. It was
24 submitted to this instance in parallel. The cbcpumask defines which
68 padata_set_cpumasks by specifying the cpumasks for parallel execution (pcpumask)
105 void (*parallel)(struct padata_priv *padata);
112 parallel() and serial() functions should be provided. Those functions will
130 exactly one call to the above-mentioned parallel() function, on one CPU, so
132 fact that the workqueue is used to make these calls, parallel() is run with
133 software interrupts disabled and thus cannot sleep. The parallel()
138 Note that parallel() has no return value; the padata subsystem assumes that
139 parallel() will take responsibility for the task from this point. The work
140 need not be completed during this call, but, if parallel() leaves work
142 the previous one completes. When a task does complete, parallel() (or