Home
last modified time | relevance | path

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

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