Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_kmod.c96 struct task_struct *task_sync; member
231 info->task_sync = NULL; in run_request()
317 info->task_sync = kthread_run(run_request, info, "%s-%u", in try_one_request()
320 if (!info->task_sync || IS_ERR(info->task_sync)) { in try_one_request()
323 info->task_sync = NULL; in try_one_request()
351 if (info->task_sync && !IS_ERR(info->task_sync)) { in test_dev_kmod_stop_tests()
354 kthread_stop(info->task_sync); in test_dev_kmod_stop_tests()
364 if (info->task_sync && info->need_mod_put) in test_dev_kmod_stop_tests()