Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Ddevice.c103 le.poll_host_time = ktime_get(); in c4iw_log_wr_stats()
142 prev_time = lep->poll_host_time; in wr_log_show()
150 ktime_to_ns(ktime_sub(lep->poll_host_time, in wr_log_show()
156 ktime_to_ns(ktime_sub(lep->poll_host_time, in wr_log_show()
162 prev_time = lep->poll_host_time; in wr_log_show()
Diw_cxgb4.h161 ktime_t poll_host_time; member