Lines Matching refs:cpumask
17 const struct cpumask *pcpumask,
18 const struct cpumask *cbcpumask);
35 it is legal to supply a cpumask to padata that contains offline CPUs.
36 Once an offline CPU in the user supplied cpumask comes online, padata
47 padata cpumask contains no active CPU (flag not set).
57 cpumask_var_t cpumask);
68 PADATA_CPU_PARALLEL and cpumask specifies the new cpumask to use.
69 To simply add or remove one CPU from a certain cpumask the functions
73 If a user is interested in padata cpumask changes, he can register to
74 the padata cpumask change notifier:
84 The padata cpumask change notifier notifies about changes of the usable
85 cpumasks, i.e. the subset of active CPUs in the user supplied cpumask.
91 &pd_new->cpumask);
94 is one of PADATA_CPU_SERIAL, PADATA_CPU_PARALLEL and cpumask is a pointer
95 to a struct padata_cpumask that contains the new cpumask information.