Searched refs:cpuhp (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | cpu_hotplug.rst | 594 cpuhp/4-31 [004] 22.990: cpuhp_exit: cpu: 0004 state: 168 step: 168 ret: 0 596 cpuhp/4-31 [004] 22.992: cpuhp_exit: cpu: 0004 state: 144 step: 144 ret: 0 598 cpuhp/4-31 [004] 22.994: cpuhp_exit: cpu: 0004 state: 143 step: 143 ret: 0 600 cpuhp/4-31 [004] 22.996: cpuhp_exit: cpu: 0004 state: 142 step: 142 ret: 0 604 cpuhp/4-31 [004] 95.542: cpuhp_exit: cpu: 0004 state: 141 step: 141 ret: 0 606 cpuhp/4-31 [004] 95.544: cpuhp_exit: cpu: 0004 state: 142 step: 142 ret: 0 608 cpuhp/4-31 [004] 95.546: cpuhp_exit: cpu: 0004 state: 143 step: 143 ret: 0 609 cpuhp/4-31 [004] 95.547: cpuhp_enter: cpu: 0004 target: 169 step: 144 (mce_cpu_online) 610 cpuhp/4-31 [004] 95.548: cpuhp_exit: cpu: 0004 state: 144 step: 144 ret: 0 612 cpuhp/4-31 [004] 95.550: cpuhp_exit: cpu: 0004 state: 145 step: 145 ret: 0 [all …]
|
/linux-6.3-rc2/arch/x86/hyperv/ |
A D | hv_init.c | 391 int cpuhp; in hyperv_init() local 417 cpuhp = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/hyperv_init:online", in hyperv_init() 419 if (cpuhp < 0) in hyperv_init() 488 hyperv_init_cpuhp = cpuhp; in hyperv_init() 522 cpuhp_remove_state(cpuhp); in hyperv_init()
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | cpu_hotplug.rst | 681 cpuhp/4-31 [004] 22.990: cpuhp_exit: cpu: 0004 state: 168 step: 168 ret: 0 683 cpuhp/4-31 [004] 22.992: cpuhp_exit: cpu: 0004 state: 144 step: 144 ret: 0 685 cpuhp/4-31 [004] 22.994: cpuhp_exit: cpu: 0004 state: 143 step: 143 ret: 0 687 cpuhp/4-31 [004] 22.996: cpuhp_exit: cpu: 0004 state: 142 step: 142 ret: 0 691 cpuhp/4-31 [004] 95.542: cpuhp_exit: cpu: 0004 state: 141 step: 141 ret: 0 693 cpuhp/4-31 [004] 95.544: cpuhp_exit: cpu: 0004 state: 142 step: 142 ret: 0 695 cpuhp/4-31 [004] 95.546: cpuhp_exit: cpu: 0004 state: 143 step: 143 ret: 0 696 cpuhp/4-31 [004] 95.547: cpuhp_enter: cpu: 0004 target: 169 step: 144 (mce_cpu_online) 697 cpuhp/4-31 [004] 95.548: cpuhp_exit: cpu: 0004 state: 144 step: 144 ret: 0 699 cpuhp/4-31 [004] 95.550: cpuhp_exit: cpu: 0004 state: 145 step: 145 ret: 0 [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_pmu.c | 1044 struct i915_pmu *pmu = hlist_entry_safe(node, typeof(*pmu), cpuhp.node); in i915_pmu_cpu_online() 1057 struct i915_pmu *pmu = hlist_entry_safe(node, typeof(*pmu), cpuhp.node); in i915_pmu_cpu_offline() 1079 if (target < nr_cpu_ids && target != pmu->cpuhp.cpu) { in i915_pmu_cpu_offline() 1081 pmu->cpuhp.cpu = target; in i915_pmu_cpu_offline() 1117 return cpuhp_state_add_instance(cpuhp_slot, &pmu->cpuhp.node); in i915_pmu_register_cpuhp_state() 1122 cpuhp_state_remove_instance(cpuhp_slot, &pmu->cpuhp.node); in i915_pmu_unregister_cpuhp_state() 1156 pmu->cpuhp.cpu = -1; in i915_pmu_register()
|
A D | i915_pmu.h | 61 } cpuhp; member
|
/linux-6.3-rc2/include/trace/events/ |
A D | cpuhp.h | 3 #define TRACE_SYSTEM cpuhp
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc.h | 1591 struct hlist_node cpuhp; /* used for cpuhp per hba callback */ member
|
A D | lpfc_init.c | 12835 &phba->cpuhp); in __lpfc_cpuhp_remove() 12866 &phba->cpuhp); in lpfc_cpuhp_add() 12980 struct lpfc_hba *phba = hlist_entry_safe(node, struct lpfc_hba, cpuhp); in lpfc_cpu_offline() 13010 struct lpfc_hba *phba = hlist_entry_safe(node, struct lpfc_hba, cpuhp); in lpfc_cpu_online() 15021 cpuhp_state_add_instance_nocalls(lpfc_cpuhp_state, &phba->cpuhp); in lpfc_pci_probe_one_s4()
|
Completed in 50 milliseconds