Lines Matching refs:work
4 Padata is a mechanism by which the kernel can farm work out to be done in
20 The pcpumask describes which processors will be used to execute work
23 The workqueue wq is where the work will actually be done; it should be
45 if that flag is not set, other functions will refuse to work.
97 Actually submitting work to the padata instance requires the creation of a
107 structure specific to the work to be done. Most of its fields are private to
110 be called in the process of getting the work done as we will see
113 The submission of work is done with:
119 specifies which CPU will be used for the final callback when the work is
121 padata_do_parallel() is zero on success, indicating that the work is in
132 information about the actual work to be done is probably obtained by using
136 parallel() will take responsibility for the task from this point. The work
137 need not be completed during this call, but, if parallel() leaves work
159 might be best not to call it while there is work outstanding. Shutting