Home
last modified time | relevance | path

Searched refs:cpu_up (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/
H A Dcpu.c299 * If set, cpu_up and cpu_down will return -EBUSY and do nothing.
871 * completed _before_ cpu_up()/_cpu_down() returns.
1313 * The caller of cpu_up() might have raced with another in _cpu_up()
1361 static int cpu_up(unsigned int cpu, enum cpuhp_state target) in cpu_up() function
1405 return cpu_up(dev->id, CPUHP_ONLINE); in cpu_device_up()
1434 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu()
1453 cpu_up(cpu, CPUHP_ONLINE); in bringup_nonboot_cpus()
2335 ret = cpu_up(dev->id, target); in write_cpuhp_target()

Completed in 4 milliseconds