Lines Matching refs:name
124 const char *name; member
707 cpuhp_get_step(st->state)->name, in __cpuhp_invoke_callback_range()
758 ret, cpu, cpuhp_get_step(st->state)->name, in cpuhp_up_callbacks()
1160 ret, cpu, cpuhp_get_step(st->state)->name, in cpuhp_down_callbacks()
1729 .name = "offline",
1735 .name = "threads:prepare",
1741 .name = "perf:prepare",
1746 .name = "random:prepare",
1751 .name = "workqueue:prepare",
1756 .name = "hrtimers:prepare",
1761 .name = "smpcfd:prepare",
1766 .name = "relay:prepare",
1771 .name = "slab:prepare",
1776 .name = "RCU/tree:prepare",
1786 .name = "timers:prepare",
1792 .name = "cpu:bringup",
1799 .name = "idle:dead",
1806 .name = "ap:offline",
1811 .name = "sched:starting",
1816 .name = "RCU/tree:dying",
1821 .name = "smpcfd:dying",
1828 .name = "ap:online",
1835 .name = "cpu:teardown",
1842 .name = "sched:waitempty",
1849 .name = "smpboot/threads:online",
1854 .name = "irq/affinity:online",
1859 .name = "perf:online",
1864 .name = "lockup_detector:online",
1869 .name = "workqueue:online",
1874 .name = "random:online",
1879 .name = "RCU/tree:online",
1891 .name = "sched:active",
1899 .name = "online",
1937 if (!step->name) in cpuhp_reserve_state()
1944 static int cpuhp_store_callbacks(enum cpuhp_state state, const char *name, in cpuhp_store_callbacks() argument
1962 if (name && (state == CPUHP_AP_ONLINE_DYN || in cpuhp_store_callbacks()
1970 if (name && sp->name) in cpuhp_store_callbacks()
1975 sp->name = name; in cpuhp_store_callbacks()
2118 const char *name, bool invoke, in __cpuhp_setup_state_cpuslocked() argument
2128 if (cpuhp_cb_check(state) || !name) in __cpuhp_setup_state_cpuslocked()
2133 ret = cpuhp_store_callbacks(state, name, startup, teardown, in __cpuhp_setup_state_cpuslocked()
2177 const char *name, bool invoke, in __cpuhp_setup_state() argument
2185 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup, in __cpuhp_setup_state()
2401 ret = !sp->name || sp->cant_stop ? -EINVAL : 0; in target_store()
2495 .name = "hotplug",
2509 if (sp->name) { in states_show()
2510 cur = sprintf(buf, "%3d: %s\n", i, sp->name); in states_show()
2527 .name = "hotplug",
2621 .name = "smt",