Home
last modified time | relevance | path

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

/kernel/linux/common_modules/tzdriver/core/
H A Dsmc_smp.c121 static struct task_struct *g_ipi_helper_thread; variable
1962 g_ipi_helper_thread = kthread_create(kthread_worker_fn,
1964 if (IS_ERR_OR_NULL(g_ipi_helper_thread)) {
1966 PTR_ERR(g_ipi_helper_thread));
1967 ret = (int)PTR_ERR(g_ipi_helper_thread);
1971 tz_kthread_bind_mask(g_ipi_helper_thread);
1972 wake_up_process(g_ipi_helper_thread);
2138 if (!IS_ERR_OR_NULL(g_ipi_helper_thread)) {
2139 kthread_stop(g_ipi_helper_thread);
2140 g_ipi_helper_thread
[all...]

Completed in 3 milliseconds