Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/platform/uv/
Dtlb_uv.c550 return FLUSH_GIVEUP; in uv1_wait_completion()
600 return FLUSH_GIVEUP; in handle_uv2_busy()
627 return FLUSH_GIVEUP; in uv2_3_wait_completion()
644 return FLUSH_GIVEUP; in uv2_3_wait_completion()
649 return FLUSH_GIVEUP; in uv2_3_wait_completion()
700 return FLUSH_GIVEUP; in uv4_wait_completion()
714 return FLUSH_GIVEUP; in uv4_wait_completion()
844 else if (completion_status == FLUSH_GIVEUP) { in record_send_stats()
962 completion_stat = FLUSH_GIVEUP; in uv_flush_send_and_wait()
980 if (completion_stat == FLUSH_GIVEUP) in uv_flush_send_and_wait()
/Linux-v4.19/arch/x86/include/asm/uv/
Duv_bau.h170 #define FLUSH_GIVEUP 3 macro