Lines Matching refs:parallel
2 The padata parallel execution mechanism
8 parallel on multiple CPUs while retaining the ordering of tasks. It was
26 submitted to this instance in parallel. The cbcpumask defines which
70 padata_set_cpumasks by specifying the cpumasks for parallel execution (pcpumask)
107 void (*parallel)(struct padata_priv *padata);
114 parallel() and serial() functions should be provided. Those functions will
132 exactly one call to the above-mentioned parallel() function, on one CPU, so
133 true parallelism is achieved by submitting multiple tasks. parallel() runs with
134 software interrupts disabled and thus cannot sleep. The parallel()
139 Note that parallel() has no return value; the padata subsystem assumes that
140 parallel() will take responsibility for the task from this point. The work
141 need not be completed during this call, but, if parallel() leaves work
143 the previous one completes. When a task does complete, parallel() (or