Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c428 uint32_t poll_time_us; in hif_exec_fill_poll_time_histogram() local
434 poll_time_us = qdf_do_div(poll_time_ns, 1000); in hif_exec_fill_poll_time_histogram()
440 bucket = poll_time_us / bucket_size_us; in hif_exec_fill_poll_time_histogram()
H A Dhif_napi.c895 uint32_t poll_time_us; in hif_napi_fill_poll_time_histogram() local
901 poll_time_us = qdf_do_div(poll_time_ns, 1000); in hif_napi_fill_poll_time_histogram()
907 bucket = poll_time_us / bucket_size_us; in hif_napi_fill_poll_time_histogram()