| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/ |
| H A D | pseudo_lock.c | 1187 thread = kthread_create_on_node(measure_cycles_lat_fn, plr, in pseudo_lock_measure_cycles() 1192 thread = kthread_create_on_node(measure_l2_residency, plr, in pseudo_lock_measure_cycles() 1197 thread = kthread_create_on_node(measure_l3_residency, plr, in pseudo_lock_measure_cycles() 1297 thread = kthread_create_on_node(pseudo_lock_fn, rdtgrp, in rdtgroup_pseudo_lock_create()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_tuxera | 119 kthread_create_on_node
|
| H A D | abi_gki_aarch64_asus | 136 kthread_create_on_node
|
| H A D | abi_gki_aarch64_hikey960 | 803 kthread_create_on_node
|
| H A D | abi_gki_aarch64_virtual_device | 871 kthread_create_on_node
|
| H A D | abi_gki_aarch64_exynosauto | 273 kthread_create_on_node
|
| H A D | abi_gki_aarch64_vivo | 881 kthread_create_on_node
|
| H A D | abi_gki_aarch64_generic | 1066 kthread_create_on_node
|
| H A D | abi_gki_aarch64_db845c | 1302 kthread_create_on_node
|
| H A D | abi_gki_aarch64_exynos | 1114 kthread_create_on_node
|
| H A D | abi_gki_aarch64_imx | 515 kthread_create_on_node
|
| H A D | abi_gki_aarch64_qcom | 1348 kthread_create_on_node
|
| H A D | abi_gki_aarch64_mtk | 1125 kthread_create_on_node
|
| H A D | abi_gki_aarch64_rockchip | 712 kthread_create_on_node
|
| H A D | abi_gki_aarch64_oplus | 1455 kthread_create_on_node
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kthread.c | 438 struct task_struct *kthread_create_on_node(int (*threadfn)(void *data), in kthread_create_on_node() function 452 EXPORT_SYMBOL(kthread_create_on_node); 512 p = kthread_create_on_node(threadfn, data, cpu_to_node(cpu), namefmt, in kthread_create_on_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | stratix10-svc.c | 568 sh_memory_task = kthread_create_on_node(svc_normal_to_secure_shm_thread, in svc_get_sh_memory() 819 kthread_create_on_node(svc_normal_to_secure_thread, in stratix10_svc_send()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/ |
| H A D | bnx2i_init.c | 418 thread = kthread_create_on_node(bnx2i_percpu_io_thread, (void *)p, in bnx2i_cpu_online()
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | bL_switcher.c | 310 task = kthread_create_on_node(bL_switcher_thread, arg, in bL_switcher_thread_create()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cpumap.c | 457 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svc.c | 726 task = kthread_create_on_node(serv->sv_ops->svo_function, rqstp, in svc_start_kthreads()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | init.c | 607 …ta->encrypt_task = kthread_create_on_node(ssv6xxx_encrypt_task, sc, cpu_to_node(cpu), "%d/ssv6xxx_… in ssv6xxx_init_softc()
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | rcutorture.c | 1699 boost_tasks[cpu] = kthread_create_on_node(rcu_torture_boost, NULL, in rcutorture_booster_init()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 2624 thread = kthread_create_on_node(bnx2fc_percpu_io_thread, in bnx2fc_cpu_online()
|