Home
last modified time | relevance | path

Searched refs:sched (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/scheduler/src/
H A Dscheduler_api.c62 static inline void scheduler_watchdog_notify(struct scheduler_ctx *sched) in scheduler_watchdog_notify() argument
66 if (sched->watchdog_callback) in scheduler_watchdog_notify()
67 qdf_sprint_symbol(symbol, sched->watchdog_callback); in scheduler_watchdog_notify()
70 sched->watchdog_callback ? symbol : "<null>", in scheduler_watchdog_notify()
71 sched->watchdog_msg_type, in scheduler_watchdog_notify()
72 sched->timeout / 1000); in scheduler_watchdog_notify()
77 struct scheduler_ctx *sched = arg; in scheduler_watchdog_timeout() local
84 scheduler_watchdog_notify(sched); in scheduler_watchdog_timeout()
85 if (sched->sch_thread) in scheduler_watchdog_timeout()
86 qdf_print_thread_trace(sched->sch_thread); in scheduler_watchdog_timeout()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ocb.c458 struct dot11p_channel_sched *sched; in __iw_set_dot11p_channel_sched() local
482 sched = (struct dot11p_channel_sched *)extra; in __iw_set_dot11p_channel_sched()
485 config = hdd_ocb_config_new(sched->num_channels, sched->num_channels, in __iw_set_dot11p_channel_sched()
503 for (i = 0; i < sched->num_channels; i++) { in __iw_set_dot11p_channel_sched()
504 if (0 == sched->channels[i].channel_freq) in __iw_set_dot11p_channel_sched()
509 curr_chan->chan_freq = sched->channels[i].channel_freq; in __iw_set_dot11p_channel_sched()
515 curr_chan->max_pwr = sched->channels[i].tx_power / 2; in __iw_set_dot11p_channel_sched()
516 curr_chan->bandwidth = sched->channels[i].channel_bandwidth; in __iw_set_dot11p_channel_sched()
548 sched->channels[i].qos_params[j].aifsn; in __iw_set_dot11p_channel_sched()
550 sched->channels[i].qos_params[j].cwmin; in __iw_set_dot11p_channel_sched()
[all …]
/wlan-driver/qcacld-3.0/
H A DKbuild4839 found = $(shell if grep -qF "walt_get_cpus_taken" $(srctree)/kernel/sched/walt/walt.c; then echo "y…