Home
last modified time | relevance | path

Searched refs:kthread_create_on_node (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/linux/
H A Dkthread.h11 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.15/kernel/
H A Dkthread.c579 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()
H A Dworkqueue.c2802 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker()
/linux-6.15/kernel/dma/
H A Dmap_benchmark.c131 tsk[i] = kthread_create_on_node(map_benchmark_thread, map, in do_map_benchmark()
/linux-6.15/kernel/bpf/
H A Dcpumap.c477 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
/linux-6.15/drivers/firmware/
H A Dstratix10-svc.c719 sh_memory_task = kthread_create_on_node(svc_normal_to_secure_shm_thread, in svc_get_sh_memory()
/linux-6.15/net/sunrpc/
H A Dsvc.c812 task = kthread_create_on_node(serv->sv_threadfn, rqstp, in svc_start_kthreads()
/linux-6.15/mm/
H A Dcompaction.c3286 pgdat->kcompactd = kthread_create_on_node(kcompactd, pgdat, nid, "kcompactd%d", nid); in kcompactd_run()
H A Dvmscan.c7426 pgdat->kswapd = kthread_create_on_node(kswapd, pgdat, nid, "kswapd%d", nid); in kswapd_run()
/linux-6.15/drivers/block/mtip32xx/
H A Dmtip32xx.c3499 dd->mtip_svc_handler = kthread_create_on_node(mtip_service_thread, in mtip_block_initialize()
/linux-6.15/Documentation/trace/
H A Dhistogram.rst536 …{ call_site: [ffffffff81079a2e] kthread_create_on_node } hitcount: …
1987 => kthread_create_on_node+0x51/0x70