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()
878 WARN_ON_ONCE(!list_empty(&kthread->hotplug_node)); in kthread_affine_preferred()
879 list_add_tail(&kthread->hotplug_node, &kthreads_hotplug); in kthread_affine_preferred()
916 list_for_each_entry(k, &kthreads_hotplug, hotplug_node) { in kthreads_online_cpu()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c143 struct hlist_node hotplug_node; member
1419 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup()
1442 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown()
1459 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()
1470 cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node); in arm_trbe_remove_cpuhp()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h220 struct hlist_node hotplug_node; member
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_mn_pmu.c293 static void hisi_mn_pmu_remove_cpuhp(void *hotplug_node) in hisi_mn_pmu_remove_cpuhp() argument
295 cpuhp_state_remove_instance_nocalls(hisi_mn_pmu_online, hotplug_node); in hisi_mn_pmu_remove_cpuhp()
H A Dhisi_uncore_noc_pmu.c326 static void hisi_noc_pmu_remove_cpuhp_instance(void *hotplug_node) in hisi_noc_pmu_remove_cpuhp_instance() argument
328 cpuhp_state_remove_instance_nocalls(hisi_noc_pmu_cpuhp_state, hotplug_node); in hisi_noc_pmu_remove_cpuhp_instance()
/linux/drivers/perf/
H A Ddwc_pcie_pmu.c583 static void dwc_pcie_pmu_remove_cpuhp_instance(void *hotplug_node) in dwc_pcie_pmu_remove_cpuhp_instance() argument
585 cpuhp_state_remove_instance_nocalls(dwc_pcie_pmu_hp_state, hotplug_node); in dwc_pcie_pmu_remove_cpuhp_instance()