Home
last modified time | relevance | path

Searched refs:cpuhp_state_add_instance (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/block/zram/
H A Dzcomp.c208 ret = cpuhp_state_add_instance(CPUHP_ZCOMP_PREPARE, &comp->node); in zcomp_init()
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_cpa_pmu.c298 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_CPA_ONLINE, in hisi_cpa_pmu_probe()
H A Dhisi_uncore_pa_pmu.c471 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_PA_ONLINE, in hisi_pa_pmu_probe()
H A Dhisi_uncore_ddrc_pmu.c404 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE, in hisi_ddrc_pmu_probe()
H A Dhisi_uncore_l3c_pmu.c529 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_L3_ONLINE, in hisi_l3c_pmu_probe()
H A Dhisi_uncore_uc_pmu.c522 ret = cpuhp_state_add_instance(hisi_uc_pmu_online, &uc_pmu->node); in hisi_uc_pmu_probe()
H A Dhisi_uncore_sllc_pmu.c506 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_SLLC_ONLINE, in hisi_sllc_pmu_probe()
H A Dhisi_pcie_pmu.c877 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_PCIE_PMU_ONLINE, &pcie_pmu->node); in hisi_pcie_init_pmu()
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst514 * cpuhp_state_add_instance(state, node)
530 * cpuhp_state_add_instance() adds the instance and invokes the startup
548 The arguments are the same as for the cpuhp_state_add_instance*()
607 ret = cpuhp_state_add_instance(state, &inst1->node);
611 ret = cpuhp_state_add_instance(state, &inst2->node);
/linux/drivers/perf/
H A Dstarfive_starlink_pmu.c541 ret = cpuhp_state_add_instance(starlink_pmu_cpuhp_state, in starlink_pmu_probe()
H A Dqcom_l3_pmu.c777 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_QCOM_L3_ONLINE, &l3pmu->node); in qcom_l3_cache_pmu_probe()
H A Darm_pmu.c834 err = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_STARTING, in cpu_pmu_init()
H A Darm_dsu_pmu.c729 rc = cpuhp_state_add_instance(dsu_pmu_cpuhp_state, in dsu_pmu_device_probe()
H A Darm_spe_pmu.c1196 ret = cpuhp_state_add_instance(arm_spe_pmu_online, in arm_spe_pmu_dev_init()
H A Driscv_pmu_sbi.c1418 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_RISCV_STARTING, &pmu->node); in pmu_sbi_device_probe()
H A Dxgene_pmu.c1897 rc = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_APM_XGENE_ONLINE, in xgene_pmu_probe()
H A Darm-cmn.c2607 err = cpuhp_state_add_instance(arm_cmn_hp_state, &cmn->cpuhp_node); in arm_cmn_probe()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c1457 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()
/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.c1140 ret = cpuhp_state_add_instance(arm_cspmu_cpuhp_state, in arm_cspmu_register_pmu()
/linux/mm/
H A Dzswap.c293 ret = cpuhp_state_add_instance(CPUHP_MM_ZSWP_POOL_PREPARE, in zswap_pool_create()
/linux/kernel/trace/
H A Dring_buffer.c2565 ret = cpuhp_state_add_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in alloc_buffer()
/linux/drivers/md/
H A Draid5.c7379 err = cpuhp_state_add_instance(CPUHP_MD_RAID5_PREPARE, &conf->node); in raid5_alloc_percpu()