Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dtest_kmod.c107 struct task_struct *task_sync; member
242 info->task_sync = NULL; in run_request()
328 info->task_sync = kthread_run(run_request, info, "%s-%u", in try_one_request()
331 if (!info->task_sync || IS_ERR(info->task_sync)) { in try_one_request()
334 info->task_sync = NULL; in try_one_request()
362 if (info->task_sync && !IS_ERR(info->task_sync)) { in test_dev_kmod_stop_tests()
365 kthread_stop(info->task_sync); in test_dev_kmod_stop_tests()
375 if (info->task_sync && info->need_mod_put) in test_dev_kmod_stop_tests()