Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkthread.h194 kthread_create_worker_on_cpu(int cpu, unsigned int flags,
/linux/kernel/
H A Dkthread.c951 kthread_create_worker_on_cpu(int cpu, unsigned int flags, in kthread_create_worker_on_cpu() function
963 EXPORT_SYMBOL(kthread_create_worker_on_cpu);
/linux/fs/erofs/
H A Dzdata.c359 kthread_create_worker_on_cpu(cpu, 0, "erofs_worker/%u", cpu); in erofs_init_percpu_worker()