Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c369 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 Dhif_main.c792 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()