Searched refs:kthread_create_worker_on_node (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | kthread.h | 211 struct kthread_worker *kthread_create_worker_on_node(unsigned int flags, 216 kthread_create_worker_on_node(flags, NUMA_NO_NODE, namefmt, ## __VA_ARGS__);
|
| /linux/kernel/ |
| H A D | kthread.c | 1087 kthread_create_worker_on_node(unsigned int flags, int node, const char namefmt[], ...) in kthread_create_worker_on_node() function 1098 EXPORT_SYMBOL(kthread_create_worker_on_node); 1142 worker = kthread_create_worker_on_node(flags, cpu_to_node(cpu), namefmt, cpu); in kthread_create_worker_on_cpu()
|