task_sync         107 lib/test_kmod.c 	struct task_struct *task_sync;
task_sync         242 lib/test_kmod.c 	info->task_sync = NULL;
task_sync         328 lib/test_kmod.c 	info->task_sync = kthread_run(run_request, info, "%s-%u",
task_sync         331 lib/test_kmod.c 	if (!info->task_sync || IS_ERR(info->task_sync)) {
task_sync         334 lib/test_kmod.c 		info->task_sync = NULL;
task_sync         362 lib/test_kmod.c 		if (info->task_sync && !IS_ERR(info->task_sync)) {
task_sync         365 lib/test_kmod.c 			kthread_stop(info->task_sync);
task_sync         375 lib/test_kmod.c 		if (info->task_sync && info->need_mod_put)