Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_tasklet.c251 uint64_t sched_time, sched_ms; in ce_tasklet_update_bucket() local
256 sched_time = (stats->tasklet_exec_entry_ts[ce_id]) - in ce_tasklet_update_bucket()
263 stats->tasklet_sched_time_record[ce_id][index] = sched_time; in ce_tasklet_update_bucket()
267 sched_ms = qdf_do_div(sched_time, 1000); in ce_tasklet_update_bucket()
311 } else if (sched_time > 500) { in ce_tasklet_update_bucket()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c883 qdf_time_t sched_time = in __hif_tasklet_latency() local
884 scn->latency_detect.tasklet_info[idx].sched_time; in __hif_tasklet_latency()
890 sched_time + qdf_system_msecs_to_ticks(threshold); in __hif_tasklet_latency()
897 (qdf_system_time_after(sched_time, exec_time) && in __hif_tasklet_latency()
901 idx, from_timer, curr_time, sched_time, in __hif_tasklet_latency()
952 if (!scn->latency_detect.tasklet_info[idx].sched_time) in hif_tasklet_latency_record_exec()
965 scn->latency_detect.tasklet_info[idx].sched_time = qdf_system_ticks(); in hif_tasklet_latency_record_sched()
Dhif_main.h187 qdf_time_t sched_time; member