Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c212 (int)pSchedContext->high_throughput_required, in cds_sched_find_attach_cpu()
246 pSchedContext->high_throughput_required)) { in cds_sched_handle_cpu_hot_plug()
326 if (pSchedContext->high_throughput_required != high_tput_required) { in cds_sched_handle_throughput_req()
327 pSchedContext->high_throughput_required = high_tput_required; in cds_sched_handle_throughput_req()
486 pSchedContext->high_throughput_required = false; in cds_sched_open()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h141 bool high_throughput_required; member