Home
last modified time | relevance | path

Searched refs:hotplug_node (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
H A Dkthread.c72 struct list_head hotplug_node; member
131 INIT_LIST_HEAD(&kthread->hotplug_node); in set_kthread_struct()
326 if (!list_empty(&kthread->hotplug_node)) { in kthread_exit()
328 list_del(&kthread->hotplug_node); in kthread_exit()
394 WARN_ON_ONCE(!list_empty(&kthread->hotplug_node)); in kthread_affine_node()
395 list_add_tail(&kthread->hotplug_node, &kthreads_hotplug); in kthread_affine_node()
881 WARN_ON_ONCE(!list_empty(&kthread->hotplug_node)); in kthread_affine_preferred()
882 list_add_tail(&kthread->hotplug_node, &kthreads_hotplug); in kthread_affine_preferred()
921 list_for_each_entry(k, &kthreads_hotplug, hotplug_node) { in kthreads_online_cpu()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c142 struct hlist_node hotplug_node; member
1417 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup()
1440 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown()
1457 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()
1468 cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node); in arm_trbe_remove_cpuhp()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h199 * @hotplug_node: node for register cpu hotplug event
220 struct hlist_node hotplug_node; member
H A Dhisi_ptt.c1191 static void hisi_ptt_remove_cpuhp_instance(void *hotplug_node) in hisi_ptt_remove_cpuhp_instance() argument
1193 cpuhp_state_remove_instance_nocalls(hisi_ptt_pmu_online, hotplug_node); in hisi_ptt_remove_cpuhp_instance()
1209 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu()
1215 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu()
1389 hisi_ptt = hlist_entry_safe(node, struct hisi_ptt, hotplug_node); in hisi_ptt_cpu_teardown()
/linux/drivers/perf/
H A Darm_spe_pmu.c74 struct hlist_node hotplug_node; member
1155 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_startup()
1167 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_teardown()
1197 &spe_pmu->hotplug_node); in arm_spe_pmu_dev_init()
1206 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_uc_pmu.c490 static void hisi_uc_pmu_remove_cpuhp_instance(void *hotplug_node) in hisi_uc_pmu_remove_cpuhp_instance() argument
492 cpuhp_state_remove_instance_nocalls(hisi_uc_pmu_online, hotplug_node); in hisi_uc_pmu_remove_cpuhp_instance()