Searched refs:__test_completion_worker (Results 1 – 2 of 2) sorted by relevance
46 int __test_completion_worker(void *data); // 执行者
250 int __test_completion_worker(void *input_data) in __test_completion_worker() function309 kthread_run(__test_completion_worker, &worker_data[i], "the %dth worker", i); in __test_completion()