Searched refs:cpu_up (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/cds/src/ |
H A D | cds_sched.c | 369 static void __cds_cpu_hotplug_notify(uint32_t cpu, bool cpu_up) in __cds_cpu_hotplug_notify() argument 382 cpu_up ? "Up" : "Down", cpu, num_possible_cpus(), affine_cpu); in __cds_cpu_hotplug_notify() 388 if (cpu_up) { in __cds_cpu_hotplug_notify() 427 static void cds_cpu_hotplug_notify(uint32_t cpu, bool cpu_up) in cds_cpu_hotplug_notify() argument 434 __cds_cpu_hotplug_notify(cpu, cpu_up); in cds_cpu_hotplug_notify()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_main.c | 792 uint32_t cpu, bool cpu_up) in __hif_cpu_hotplug_notify() argument 801 if (cpu_up) { in __hif_cpu_hotplug_notify() 818 static void hif_cpu_hotplug_notify(void *context, uint32_t cpu, bool cpu_up) in hif_cpu_hotplug_notify() argument 825 __hif_cpu_hotplug_notify(context, cpu, cpu_up); in hif_cpu_hotplug_notify()
|