Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c578 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 Dworkqueue.c2800 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker()
/linux/kernel/dma/
H A Dmap_benchmark.c131 tsk[i] = kthread_create_on_node(map_benchmark_thread, map, in do_map_benchmark()
/linux/kernel/bpf/
H A Dcpumap.c476 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
/linux/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/net/sunrpc/
H A Dsvc.c816 task = kthread_create_on_node(serv->sv_threadfn, rqstp, in svc_start_kthreads()
/linux/mm/
H A Dcompaction.c3244 pgdat->kcompactd = kthread_create_on_node(kcompactd, pgdat, nid, "kcompactd%d", nid); in kcompactd()
H A Dvmscan.c7497 pgdat->kswapd = kthread_create_on_node(kswapd, pgdat, nid, "kswapd%d", nid); in kswapd_run()
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c3506 dd->mtip_svc_handler = kthread_create_on_node(mtip_service_thread, in mtip_block_initialize()