Searched refs:kthread_create_on_node (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/include/linux/ |
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-6.14.4/kernel/ |
D | kthread.c | 579 struct task_struct *kthread_create_on_node(int (*threadfn)(void *data), in kthread_create_on_node() function 593 EXPORT_SYMBOL(kthread_create_on_node); 656 p = kthread_create_on_node(threadfn, data, cpu_to_node(cpu), namefmt, in kthread_create_on_cpu()
|
D | workqueue.c | 2802 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker()
|
/linux-6.14.4/kernel/dma/ |
D | map_benchmark.c | 131 tsk[i] = kthread_create_on_node(map_benchmark_thread, map, in do_map_benchmark()
|
/linux-6.14.4/kernel/bpf/ |
D | cpumap.c | 439 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
|
/linux-6.14.4/drivers/firmware/ |
D | stratix10-svc.c | 719 sh_memory_task = kthread_create_on_node(svc_normal_to_secure_shm_thread, in svc_get_sh_memory()
|
/linux-6.14.4/net/sunrpc/ |
D | svc.c | 812 task = kthread_create_on_node(serv->sv_threadfn, rqstp, in svc_start_kthreads()
|
/linux-6.14.4/mm/ |
D | compaction.c | 3257 pgdat->kcompactd = kthread_create_on_node(kcompactd, pgdat, nid, "kcompactd%d", nid); in kcompactd_run()
|
D | vmscan.c | 7375 pgdat->kswapd = kthread_create_on_node(kswapd, pgdat, nid, "kswapd%d", nid); in kswapd_run()
|
/linux-6.14.4/drivers/block/mtip32xx/ |
D | mtip32xx.c | 3499 dd->mtip_svc_handler = kthread_create_on_node(mtip_service_thread, in mtip_block_initialize()
|
/linux-6.14.4/Documentation/trace/ |
D | histogram.rst | 536 …{ call_site: [ffffffff81079a2e] kthread_create_on_node } hitcount: … 1987 => kthread_create_on_node+0x51/0x70
|