Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkthread.h185 kthread_create_worker_on_cpu(int cpu, unsigned int flags,
/OK3568_Linux_fs/kernel/kernel/
H A Dkthread.c841 kthread_create_worker_on_cpu(int cpu, unsigned int flags, in kthread_create_worker_on_cpu() function
853 EXPORT_SYMBOL(kthread_create_worker_on_cpu);
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dintel_powerclamp.c479 worker = kthread_create_worker_on_cpu(cpu, 0, "kidle_inj/%ld", cpu); in start_power_clamp_worker()