Home
last modified time | relevance | path

Searched refs:kthread_create_worker_on_node (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dkthread.h191 struct kthread_worker *kthread_create_worker_on_node(unsigned int flags,
196 kthread_create_worker_on_node(flags, NUMA_NO_NODE, namefmt, ## __VA_ARGS__);
/linux/kernel/
H A Dkthread.c1071 kthread_create_worker_on_node(unsigned int flags, int node, const char namefmt[], ...) in kthread_create_worker_on_node() function
1082 EXPORT_SYMBOL(kthread_create_worker_on_node);
1126 worker = kthread_create_worker_on_node(flags, cpu_to_node(cpu), namefmt, cpu); in kthread_create_worker_on_cpu()