Searched refs:cpuhp_state_remove_instance (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/perf/ |
D | starfive_starlink_pmu.c | 504 cpuhp_state_remove_instance(starlink_pmu_cpuhp_state, in starlink_pmu_destroy() 550 cpuhp_state_remove_instance(starlink_pmu_cpuhp_state, in starlink_pmu_probe()
|
D | arm_dsu_pmu.c | 753 cpuhp_state_remove_instance(dsu_pmu_cpuhp_state, in dsu_pmu_device_probe() 765 cpuhp_state_remove_instance(dsu_pmu_cpuhp_state, &dsu_pmu->cpuhp_node); in dsu_pmu_device_remove()
|
D | qcom_l2_pmu.c | 962 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_QCOM_L2_ONLINE, in l2_cache_pmu_probe() 973 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_QCOM_L2_ONLINE, in l2_cache_pmu_remove()
|
D | xgene_pmu.c | 1917 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_APM_XGENE_ONLINE, in xgene_pmu_probe() 1940 cpuhp_state_remove_instance(CPUHP_AP_PERF_ARM_APM_XGENE_ONLINE, in xgene_pmu_remove()
|
D | arm_spe_pmu.c | 1180 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
|
D | riscv_pmu_sbi.c | 1213 cpuhp_state_remove_instance(CPUHP_AP_PERF_RISCV_STARTING, &pmu->node); in riscv_pmu_destroy()
|
/linux-6.12.1/drivers/block/zram/ |
D | zcomp.c | 203 cpuhp_state_remove_instance(CPUHP_ZCOMP_PREPARE, &comp->node); in zcomp_destroy()
|
/linux-6.12.1/include/linux/ |
D | cpuhotplug.h | 485 static inline int cpuhp_state_remove_instance(enum cpuhp_state state, in cpuhp_state_remove_instance() function
|
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | cpu_hotplug.rst | 481 * cpuhp_state_remove_instance(state, node) 490 * cpuhp_state_remove_instance()删除实例并调用与@state相关的回调(如果不是NULL),
|
/linux-6.12.1/mm/ |
D | zswap.c | 307 cpuhp_state_remove_instance(CPUHP_MM_ZSWP_POOL_PREPARE, &pool->node); in zswap_pool_create() 363 cpuhp_state_remove_instance(CPUHP_MM_ZSWP_POOL_PREPARE, &pool->node); in zswap_pool_destroy()
|
/linux-6.12.1/drivers/perf/arm_cspmu/ |
D | arm_cspmu.c | 1217 cpuhp_state_remove_instance(arm_cspmu_cpuhp_state, in arm_cspmu_register_pmu() 1263 cpuhp_state_remove_instance(arm_cspmu_cpuhp_state, &cspmu->cpuhp_node); in arm_cspmu_device_remove()
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-trbe.c | 1455 cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node); in arm_trbe_remove_cpuhp()
|
/linux-6.12.1/Documentation/core-api/ |
D | cpu_hotplug.rst | 545 * cpuhp_state_remove_instance(state, node) 556 * cpuhp_state_remove_instance() removes the instance and invokes the
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 1232 cpuhp_state_remove_instance(cpuhp_slot, &pmu->cpuhp.node); in i915_pmu_unregister_cpuhp_state()
|
/linux-6.12.1/kernel/trace/ |
D | ring_buffer.c | 2437 cpuhp_state_remove_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in ring_buffer_free()
|
/linux-6.12.1/drivers/md/ |
D | raid5.c | 7340 cpuhp_state_remove_instance(CPUHP_MD_RAID5_PREPARE, &conf->node); in raid5_free_percpu()
|