Searched refs:curr_t (Results 1 – 1 of 1) sorted by relevance
1451 int curr_t = OSL_SYSUPTIME(); in dhd_wlfc_commit_packets() local1453 if (curr_t > ctx->borrow_defer_timestamp) in dhd_wlfc_commit_packets()1454 delta = curr_t - ctx->borrow_defer_timestamp; in dhd_wlfc_commit_packets()1456 delta = 0xffffffff + curr_t - ctx->borrow_defer_timestamp; in dhd_wlfc_commit_packets()