Searched refs:stop_work (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h61 * @stop_work: stop command work structure.
77 struct drm_exynos_ipp_cmd_work *stop_work; member in struct:drm_exynos_ipp_cmd_node
H A Dexynos_drm_ipp.c406 c_node->stop_work = ipp_create_cmd_work(); exynos_drm_ipp_set_property()
407 if (IS_ERR(c_node->stop_work)) { exynos_drm_ipp_set_property()
409 ret = PTR_ERR(c_node->stop_work); exynos_drm_ipp_set_property()
442 kfree(c_node->stop_work); exynos_drm_ipp_set_property()
702 cancel_work_sync(&c_node->stop_work->work); ipp_clean_cmd_node()
724 kfree(c_node->stop_work); ipp_clean_cmd_node()
1077 cmd_work = c_node->stop_work; exynos_drm_ipp_cmd_ctrl()
1097 cmd_work = c_node->stop_work; exynos_drm_ipp_cmd_ctrl()
/linux-4.4.14/tools/perf/bench/
H A Dnuma.c144 bool stop_work; member in struct:global_info
1008 g->stop_work = true; calc_convergence()
1100 if (g->stop_work) worker_thread()
1138 g->stop_work = true; worker_thread()
/linux-4.4.14/kernel/
H A Dstop_machine.c44 struct cpu_stop_work stop_work; /* for stop_cpus */ member in struct:cpu_stopper
330 work = &per_cpu(cpu_stopper.stop_work, cpu); for_each_cpu()

Completed in 164 milliseconds