Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_rma_list.c149 u64 tmp_min, nr_bytes_left = req->nr_bytes; in scif_query_window() local
169 tmp_min = min((u64)end_offset - offset, nr_bytes_left); in scif_query_window()
170 nr_bytes_left -= tmp_min; in scif_query_window()
171 offset += tmp_min; in scif_query_window()