Searched refs:cpuhp_setup_state_nocalls (Results 1 - 25 of 60) sorted by last modified time

123

/linux-master/virt/kvm/
H A Dkvm_main.c6385 r = cpuhp_setup_state_nocalls(CPUHP_AP_KVM_ONLINE, "kvm/cpu:online",
/linux-master/mm/
H A Dvmstat.c2128 ret = cpuhp_setup_state_nocalls(CPUHP_MM_VMSTAT_DEAD, "mm/vmstat:dead",
2133 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "mm/vmstat:online",
H A Dslub.c5817 cpuhp_setup_state_nocalls(CPUHP_SLUB_DEAD, "slub:dead", NULL,
H A Dpage_alloc.c5829 ret = cpuhp_setup_state_nocalls(CPUHP_PAGE_ALLOC,
H A Dmemcontrol.c7965 cpuhp_setup_state_nocalls(CPUHP_MM_MEMCQ_DEAD, "mm/memctrl:dead", NULL,
H A Dcompaction.c3360 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/fs/
H A Dbuffer.c3162 ret = cpuhp_setup_state_nocalls(CPUHP_FS_BUFF_DEAD, "fs/buffer:dead",
/linux-master/kernel/printk/
H A Dprintk.c3764 ret = cpuhp_setup_state_nocalls(CPUHP_PRINTK_DEAD, "printk:dead", NULL,
3767 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "printk:online",
/linux-master/kernel/
H A Dcrash_core.c653 result = cpuhp_setup_state_nocalls(CPUHP_BP_PREPARE_DYN,
H A Dsoftirq.c977 cpuhp_setup_state_nocalls(CPUHP_SOFTIRQ_DEAD, "softirq:dead", NULL,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1991 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ARM_CORESIGHT_STARTING,
1998 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/drivers/cpuidle/
H A Dcpuidle-psci.c178 err = cpuhp_setup_state_nocalls(CPUHP_AP_CPU_PM_STARTING,
H A Dcoupled.c770 ret = cpuhp_setup_state_nocalls(CPUHP_CPUIDLE_COUPLED_PREPARE,
776 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
H A Dcpuidle-riscv-sbi.c175 err = cpuhp_setup_state_nocalls(CPUHP_AP_CPU_PM_STARTING,
/linux-master/arch/arm/mm/
H A Dcache-b15-rac.c336 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ARM_CACHE_B15_RAC_DEAD,
342 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ARM_CACHE_B15_RAC_DYING,
/linux-master/net/core/
H A Ddev.c11964 rc = cpuhp_setup_state_nocalls(CPUHP_NET_DEV_DEAD, "net/dev:dead",
/linux-master/include/linux/
H A Dcpuhotplug.h300 * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
310 static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state, function
329 * Same as cpuhp_setup_state_nocalls() except that it must be invoked from
/linux-master/drivers/perf/
H A Darm-cci.c1684 cpuhp_setup_state_nocalls(CPUHP_AP_PERF_ARM_CCI_ONLINE,
/linux-master/drivers/irqchip/
H A Dirq-loongson-eiointc.c398 cpuhp_setup_state_nocalls(CPUHP_AP_IRQ_LOONGARCH_STARTING,
H A Dirq-armada-370-xp.c806 cpuhp_setup_state_nocalls(CPUHP_AP_IRQ_ARMADA_XP_STARTING,
812 cpuhp_setup_state_nocalls(CPUHP_AP_IRQ_ARMADA_XP_STARTING,
/linux-master/block/
H A Dblk-mq.c4908 cpuhp_setup_state_nocalls(CPUHP_BLOCK_SOFTIRQ_DEAD,
/linux-master/arch/x86/xen/
H A Denlighten.c84 rc = cpuhp_setup_state_nocalls(CPUHP_XEN_PREPARE,
88 rc = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/x86/kernel/
H A Dkvm.c849 if (cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "x86/kvm:online",
/linux-master/kernel/time/
H A Dtick-sched.c659 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/riscv/kernel/
H A Dunaligned_access_speed.c250 cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "riscv:online",

Completed in 368 milliseconds

123