Searched refs:CPUHP_AP_ONLINE_DYN (Results 1 - 25 of 115) sorted by last modified time

12345

/linux-master/mm/
H A Dvmstat.c2133 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "mm/vmstat:online",
H A Dswap_slots.c244 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "swap_slots_cache",
H A Dpage-writeback.c2339 cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "mm/writeback:online",
H A Dcompaction.c3360 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/drivers/net/
H A Dvirtio_net.c6058 ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, "virtio/net:online",
/linux-master/drivers/iommu/
H A Dirq_remapping.c157 cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "dmar:enable_fault_handling",
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c1439 trbe_online = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, DRVNAME,
H A Dcoresight-etm4x-core.c1998 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
H A Dcoresight-etm3x-core.c821 ret = cpuhp_setup_state_nocalls_cpuslocked(CPUHP_AP_ONLINE_DYN,
/linux-master/kernel/printk/
H A Dprintk.c3767 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "printk:online",
/linux-master/kernel/
H A Dcpu.c2260 case CPUHP_AP_ONLINE_DYN:
2261 step = cpuhp_hp_states + CPUHP_AP_ONLINE_DYN;
2292 * CPUHP_AP_ONLINE_DYN and CPUHP_BP_PREPARE_DYN are handed out on
2298 if (name && (state == CPUHP_AP_ONLINE_DYN ||
2449 * Positive state number if @state is CPUHP_AP_ONLINE_DYN;
2472 dynstate = state == CPUHP_AP_ONLINE_DYN;
2503 * If the requested state is CPUHP_AP_ONLINE_DYN, return the
H A Dpadata.c1137 ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, "padata:online",
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c460 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/riscv/kernel/
H A Dparavirt.c119 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c476 state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powerpc/dtl:online",
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c209 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
214 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/powerpc/kernel/
H A Dsysfs.c1174 r = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powerpc/topology:online",
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c1220 ret = cpuhp_setup_state_cpuslocked(CPUHP_AP_ONLINE_DYN,
/linux-master/net/iucv/
H A Diucv.c1853 rc = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "net/iucv:online",
/linux-master/kernel/rcu/
H A Drcutorture.c3907 firsterr = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "RCU_TORTURE",
/linux-master/io_uring/
H A Dio-wq.c1377 ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, "io-wq/online",
/linux-master/include/linux/
H A Dcpuhotplug.h51 * setting up a state by using CPUHP_BP_PREPARE_DYN or CPUHP_AP_ONLINE_DYN
242 CPUHP_AP_ONLINE_DYN, enumerator in enum:cpuhp_state
243 CPUHP_AP_ONLINE_DYN_END = CPUHP_AP_ONLINE_DYN + 40,
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c112 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powercap/rapl:online",
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c15737 error = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN,
/linux-master/drivers/powercap/
H A Ddtpm_cpu.c279 * At CPUHP_AP_ONLINE_DYN, the CPU is present in the CPU
298 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "dtpm_cpu:online",
308 cpuhp_remove_state_nocalls(CPUHP_AP_ONLINE_DYN);

Completed in 382 milliseconds

12345