Searched refs:__test_completion_waiter (Results 1 – 2 of 2) sorted by relevance
45 int __test_completion_waiter(void *data); // 等待者
221 int __test_completion_waiter(void *input_data) in __test_completion_waiter() function300 kthread_run(__test_completion_waiter, &waiter_data[i], "the %dth waiter", i); in __test_completion()