Searched refs:cpuhp_state_remove_instance (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/drivers/block/zram/ |
D | zcomp.c | 196 cpuhp_state_remove_instance(CPUHP_ZCOMP_PREPARE, &comp->node); in zcomp_destroy()
|
/Linux-v6.1/include/linux/ |
D | cpuhotplug.h | 496 static inline int cpuhp_state_remove_instance(enum cpuhp_state state, in cpuhp_state_remove_instance() function
|
/Linux-v6.1/Documentation/translations/zh_CN/core-api/ |
D | cpu_hotplug.rst | 487 * cpuhp_state_remove_instance(state, node) 496 * cpuhp_state_remove_instance()删除实例并调用与@state相关的回调(如果不是NULL),
|
/Linux-v6.1/drivers/perf/ |
D | arm_dsu_pmu.c | 770 cpuhp_state_remove_instance(dsu_pmu_cpuhp_state, in dsu_pmu_device_probe() 782 cpuhp_state_remove_instance(dsu_pmu_cpuhp_state, &dsu_pmu->cpuhp_node); in dsu_pmu_device_remove()
|
D | qcom_l2_pmu.c | 963 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_QCOM_L2_ONLINE, in l2_cache_pmu_probe() 974 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_QCOM_L2_ONLINE, in l2_cache_pmu_remove()
|
D | riscv_pmu_sbi.c | 795 cpuhp_state_remove_instance(CPUHP_AP_PERF_RISCV_STARTING, &pmu->node); in riscv_pmu_destroy()
|
D | arm_spe_pmu.c | 1159 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
|
D | xgene_pmu.c | 1938 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_APM_XGENE_ONLINE, in xgene_pmu_probe() 1961 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_APM_XGENE_ONLINE, in xgene_pmu_remove()
|
/Linux-v6.1/drivers/perf/hisilicon/ |
D | hisi_uncore_pa_pmu.c | 419 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_PA_ONLINE, in hisi_pa_pmu_probe()
|
D | hisi_uncore_sllc_pmu.c | 453 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HISI_SLLC_ONLINE, in hisi_sllc_pmu_probe()
|
D | hns3_pmu.c | 1559 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HNS3_PMU_ONLINE, in hns3_pmu_init_pmu() 1571 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_HNS3_PMU_ONLINE, in hns3_pmu_uninit_pmu()
|
/Linux-v6.1/drivers/dma/idxd/ |
D | perfmon.c | 500 cpuhp_state_remove_instance(cpuhp_slot, &idxd->idxd_pmu->cpuhp_node); in perfmon_pmu_remove()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 1123 cpuhp_state_remove_instance(cpuhp_slot, &pmu->cpuhp.node); in i915_pmu_unregister_cpuhp_state()
|
/Linux-v6.1/Documentation/core-api/ |
D | cpu_hotplug.rst | 560 * cpuhp_state_remove_instance(state, node) 571 * cpuhp_state_remove_instance() removes the instance and invokes the
|
/Linux-v6.1/mm/ |
D | zswap.c | 712 cpuhp_state_remove_instance(CPUHP_MM_ZSWP_POOL_PREPARE, &pool->node); in zswap_pool_destroy()
|
/Linux-v6.1/kernel/trace/ |
D | ring_buffer.c | 1907 cpuhp_state_remove_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in ring_buffer_free()
|
/Linux-v6.1/drivers/md/ |
D | raid5.c | 7341 cpuhp_state_remove_instance(CPUHP_MD_RAID5_PREPARE, &conf->node); in raid5_free_percpu()
|