Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/sched/
Dcompletion.c223 struct __test_data *data = (struct __test_data *)input_data; in __test_completion_waiter()
252 struct __test_data *data = (struct __test_data *)input_data; in __test_completion_worker()
283 struct __test_data *waiter_data = kzalloc(sizeof(struct __test_data) * N, 0); in __test_completion()
284 struct __test_data *worker_data = kzalloc(sizeof(struct __test_data) * N, 0); in __test_completion()
/DragonOS-0.1.8/kernel/src/common/
Dcompletion.h37 struct __test_data struct