Searched refs:kthread_create_on_node (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | kthread.h | 11 struct task_struct *kthread_create_on_node(int (*threadfn)(void *data), 28 kthread_create_on_node(threadfn, data, NUMA_NO_NODE, namefmt, ##arg)
|
| /linux/kernel/ |
| H A D | kthread.c | 578 struct task_struct *kthread_create_on_node(int (*threadfn)(void *data), in kthread_create_on_node() function 592 EXPORT_SYMBOL(kthread_create_on_node); 655 p = kthread_create_on_node(threadfn, data, cpu_to_node(cpu), namefmt, in kthread_create_on_cpu()
|
| H A D | workqueue.c | 2802 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker()
|
| /linux/kernel/dma/ |
| H A D | map_benchmark.c | 131 tsk[i] = kthread_create_on_node(map_benchmark_thread, map, in do_map_benchmark()
|
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 476 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
|
| /linux/drivers/firmware/ |
| H A D | stratix10-svc.c | 719 sh_memory_task = kthread_create_on_node(svc_normal_to_secure_shm_thread, in svc_get_sh_memory()
|
| /linux/net/sunrpc/ |
| H A D | svc.c | 815 task = kthread_create_on_node(serv->sv_threadfn, rqstp, in svc_start_kthreads()
|
| /linux/mm/ |
| H A D | compaction.c | 3244 pgdat->kcompactd = kthread_create_on_node(kcompactd, pgdat, nid, "kcompactd%d", nid); in kcompactd_run()
|
| H A D | vmscan.c | 7500 pgdat->kswapd = kthread_create_on_node(kswapd, pgdat, nid, "kswapd%d", nid); in kswapd_run()
|
| /linux/drivers/block/mtip32xx/ |
| H A D | mtip32xx.c | 3506 dd->mtip_svc_handler = kthread_create_on_node(mtip_service_thread, in mtip_block_initialize()
|
| /linux/Documentation/trace/ |
| H A D | histogram.rst | 536 …{ call_site: [ffffffff81079a2e] kthread_create_on_node } hitcount: … 1987 => kthread_create_on_node+0x51/0x70
|