Lines Matching defs:done
99 * (module_put(fs_sync->owner)) when done, otherwise you will not be able
122 * @thread_lock: protects @done count, and the @info per each thread
123 * @done: number of threads which have completed or failed
125 * @kthreads_done: completion used to signal when all work is done
138 unsigned int done;
184 test_dev->done++;
185 dev_dbg(test_dev->dev, "Done thread count: %u\n", test_dev->done);
187 if (test_dev->done == config->num_threads) {
189 test_dev->done);
512 test_dev->done = 0;