Searched refs:cpuhp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 291 cpuhp/4-31 [004] 22.977: cpuhp_enter: cpu: 0004 target: 140 step: 168 (sched_cpu_deactivate) 292 cpuhp/4-31 [004] 22.990: cpuhp_exit: cpu: 0004 state: 168 step: 168 ret: 0 293 cpuhp/4-31 [004] 22.991: cpuhp_enter: cpu: 0004 target: 140 step: 144 (mce_cpu_pre_down) 294 cpuhp/4-31 [004] 22.992: cpuhp_exit: cpu: 0004 state: 144 step: 144 ret: 0 295 …cpuhp/4-31 [004] 22.993: cpuhp_multi_enter: cpu: 0004 target: 140 step: 143 (virtnet_cpu_down_p… 296 cpuhp/4-31 [004] 22.994: cpuhp_exit: cpu: 0004 state: 143 step: 143 ret: 0 297 cpuhp/4-31 [004] 22.995: cpuhp_enter: cpu: 0004 target: 140 step: 142 (cacheinfo_cpu_pre_down) 298 cpuhp/4-31 [004] 22.996: cpuhp_exit: cpu: 0004 state: 142 step: 142 ret: 0 301 cpuhp/4-31 [004] 95.541: cpuhp_enter: cpu: 0004 target: 169 step: 141 (acpi_soft_cpu_online) 302 cpuhp/4-31 [004] 95.542: cpuhp_exit: cpu: 0004 state: 141 step: 141 ret: 0 [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/hyperv/ |
| H A D | hv_init.c | 355 int cpuhp, i; in hyperv_init() local 393 cpuhp = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/hyperv_init:online", in hyperv_init() 395 if (cpuhp < 0) in hyperv_init() 436 hyperv_init_cpuhp = cpuhp; in hyperv_init() 440 cpuhp_remove_state(cpuhp); in hyperv_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 1010 struct i915_pmu *pmu = hlist_entry_safe(node, typeof(*pmu), cpuhp.node); in i915_pmu_cpu_online() 1023 struct i915_pmu *pmu = hlist_entry_safe(node, typeof(*pmu), cpuhp.node); in i915_pmu_cpu_offline() 1053 ret = cpuhp_state_add_instance(slot, &pmu->cpuhp.node); in i915_pmu_register_cpuhp_state() 1059 pmu->cpuhp.slot = slot; in i915_pmu_register_cpuhp_state() 1067 drm_WARN_ON(&i915->drm, pmu->cpuhp.slot == CPUHP_INVALID); in i915_pmu_unregister_cpuhp_state() 1068 drm_WARN_ON(&i915->drm, cpuhp_state_remove_instance(pmu->cpuhp.slot, &pmu->cpuhp.node)); in i915_pmu_unregister_cpuhp_state() 1069 cpuhp_remove_multi_state(pmu->cpuhp.slot); in i915_pmu_unregister_cpuhp_state() 1070 pmu->cpuhp.slot = CPUHP_INVALID; in i915_pmu_unregister_cpuhp_state() 1104 pmu->cpuhp.slot = CPUHP_INVALID; in i915_pmu_register()
|
| H A D | i915_pmu.h | 47 } cpuhp; member
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | cpuhp.h | 3 #define TRACE_SYSTEM cpuhp
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc.h | 1246 struct hlist_node cpuhp; /* used for cpuhp per hba callback */ member
|
| H A D | lpfc_init.c | 11284 &phba->cpuhp); in __lpfc_cpuhp_remove() 11315 &phba->cpuhp); in lpfc_cpuhp_add() 11429 struct lpfc_hba *phba = hlist_entry_safe(node, struct lpfc_hba, cpuhp); in lpfc_cpu_offline() 11459 struct lpfc_hba *phba = hlist_entry_safe(node, struct lpfc_hba, cpuhp); in lpfc_cpu_online() 13223 cpuhp_state_add_instance_nocalls(lpfc_cpuhp_state, &phba->cpuhp); in lpfc_pci_probe_one_s4()
|