Home
last modified time | relevance | path

Searched refs:input_data (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/sched/
Dcompletion.c221 int __test_completion_waiter(void *input_data) in __test_completion_waiter() argument
223 struct __test_data *data = (struct __test_data *)input_data; in __test_completion_waiter()
250 int __test_completion_worker(void *input_data) in __test_completion_worker() argument
252 struct __test_data *data = (struct __test_data *)input_data; in __test_completion_worker()