Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_sched.c371 unsigned long pref_cpu = 0; in __cds_cpu_hotplug_notify() local
395 pref_cpu = i; in __cds_cpu_hotplug_notify()
406 pref_cpu = i; in __cds_cpu_hotplug_notify()
411 if (pref_cpu == 0) in __cds_cpu_hotplug_notify()
416 pref_cpu)) in __cds_cpu_hotplug_notify()
417 affine_cpu = pref_cpu; in __cds_cpu_hotplug_notify()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_mon_thread.c258 unsigned long pref_cpu = 0; in pkt_capture_mon_thread() local
279 pref_cpu = i; in pkt_capture_mon_thread()
283 set_cpus_allowed_ptr(current, cpumask_of(pref_cpu)); in pkt_capture_mon_thread()