Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzcomp.c182 ret = cpuhp_state_add_instance(CPUHP_ZCOMP_PREPARE, &comp->node); in zcomp_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpuhotplug.h309 static inline int cpuhp_state_add_instance(enum cpuhp_state state, in cpuhp_state_add_instance() function
/OK3568_Linux_fs/kernel/drivers/perf/hisilicon/
H A Dhisi_uncore_ddrc_pmu.c370 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE, in hisi_ddrc_pmu_probe()
H A Dhisi_uncore_l3c_pmu.c372 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_L3_ONLINE, in hisi_l3c_pmu_probe()
H A Dhisi_uncore_hha_pmu.c382 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_HISI_HHA_ONLINE, in hisi_hha_pmu_probe()
/OK3568_Linux_fs/kernel/drivers/perf/
H A Dqcom_l3_pmu.c790 ret = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_QCOM_L3_ONLINE, &l3pmu->node); in qcom_l3_cache_pmu_probe()
H A Darm_dsu_pmu.c751 rc = cpuhp_state_add_instance(dsu_pmu_cpuhp_state, in dsu_pmu_device_probe()
H A Darm_pmu.c866 err = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_STARTING, in cpu_pmu_init()
H A Dqcom_l2_pmu.c950 err = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_QCOM_L2_ONLINE, in l2_cache_pmu_probe()
H A Dthunderx2_pmu.c772 ret = cpuhp_state_add_instance( in tx2_uncore_pmu_add_dev()
H A Darm_spe_pmu.c1134 ret = cpuhp_state_add_instance(arm_spe_pmu_online, in arm_spe_pmu_dev_init()
H A Darm-cmn.c1558 err = cpuhp_state_add_instance(arm_cmn_hp_state, &cmn->cpuhp_node); in arm_cmn_probe()
H A Dxgene_pmu.c1924 rc = cpuhp_state_add_instance(CPUHP_AP_PERF_ARM_APM_XGENE_ONLINE, in xgene_pmu_probe()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c1022 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()
/OK3568_Linux_fs/kernel/mm/
H A Dzswap.c570 ret = cpuhp_state_add_instance(CPUHP_MM_ZSWP_POOL_PREPARE, in zswap_pool_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_pmu.c1053 ret = cpuhp_state_add_instance(slot, &pmu->cpuhp.node); in i915_pmu_register_cpuhp_state()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst202 ret = cpuhp_state_add_instance(Y_hp_online, &d->node);
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer.c1740 ret = cpuhp_state_add_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in __ring_buffer_alloc()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c7121 err = cpuhp_state_add_instance(CPUHP_MD_RAID5_PREPARE, &conf->node); in raid5_alloc_percpu()