Home
last modified time | relevance | path

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

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