Home
last modified time | relevance | path

Searched refs:CPUHP_AP_ONLINE_DYN (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/kernel/include/linux/
H A Dcpuhotplug.h192 CPUHP_AP_ONLINE_DYN, enumerator
193 CPUHP_AP_ONLINE_DYN_END = CPUHP_AP_ONLINE_DYN + 30,
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst167 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "X/Y:online",
181 (*CPUHP_AP_ONLINE_DYN*). It will return zero for predefined states.
184 dynamically allocated state (*CPUHP_AP_ONLINE_DYN*) use the returned state.
193 ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, "X/Y:online,
237 * The states between *CPUHP_AP_ONLINE_DYN* and *CPUHP_AP_ONLINE_DYN_END* are
243 A dynamically allocated state via *CPUHP_AP_ONLINE_DYN* is often enough.
/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Dtimer_int.c97 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in oprofile_hrtimer_setup()
H A Dnmi_timer_int.c126 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "oprofile/nmi:online", in nmi_timer_setup()
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-cpu.c162 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "leds/trigger:starting", in ledtrig_cpu_init()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_turbo_max_3.c131 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in itmt_legacy_init()
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle-haltpoll.c126 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "cpuidle/haltpoll:online", in haltpoll_init()
H A Dcpuidle-pseries.c466 retval = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in pseries_processor_idle_init()
H A Dcpuidle-powernv.c391 retval = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in powernv_processor_idle_init()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dparavirt.c126 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in pv_time_init_stolen_time()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dumwait.c219 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "umwait:online", in umwait_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dcpuid.c165 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/cpuid:online", in cpuid_init()
H A Dmsr.c275 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/msr:online", in msr_init()
/OK3568_Linux_fs/kernel/drivers/powercap/
H A Dintel_rapl_msr.c155 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powercap/rapl:online", in rapl_msr_probe()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A Dbman_portal.c231 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in bman_portal_driver_register()
H A Dqman_portal.c378 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in qman_portal_driver_register()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten.c112 rc = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in xen_cpuhp_setup()
/OK3568_Linux_fs/kernel/lib/
H A Dpercpu_counter.c248 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "lib/percpu_cnt:online", in percpu_counter_startup()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Derr_inject.c251 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "ia64/err_inj:online", in err_inject_init()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dprocessor_driver.c326 result = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in acpi_processor_driver_init()
/OK3568_Linux_fs/kernel/mm/
H A Dswap_slots.c271 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "swap_slots_cache", in enable_swap_slots_cache()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dvia-cputemp.c294 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "hwmon/via:online", in via_cputemp_init()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsysfs.c271 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "sparc/topology:online", in topology_init()
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dquarantine.c375 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "mm/kasan:online", in kasan_cpu_quarantine_init()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dwatchdog.c461 err = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, in watchdog_nmi_probe()

1234