Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cxl/
Dhcalls.c55 unsigned int delay, total_delay = 0; \
70 total_delay += delay; \
71 if (total_delay > CXL_HCALL_TIMEOUT) { \
73 "%#x after %u msec\n", fn, total_delay); \
567 unsigned int delay, total_delay = 0; in cxl_h_download_facility() local
585 total_delay += delay; in cxl_h_download_facility()
586 if (total_delay > CXL_HCALL_TIMEOUT_DOWNLOAD) { in cxl_h_download_facility()
589 H_DOWNLOAD_CA_FACILITY, total_delay); in cxl_h_download_facility()