Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/platform/uv/
Dtlb_uv.c547 return FLUSH_GIVEUP; in uv1_wait_completion()
597 return FLUSH_GIVEUP; in handle_uv2_busy()
624 return FLUSH_GIVEUP; in uv2_3_wait_completion()
641 return FLUSH_GIVEUP; in uv2_3_wait_completion()
646 return FLUSH_GIVEUP; in uv2_3_wait_completion()
697 return FLUSH_GIVEUP; in uv4_wait_completion()
711 return FLUSH_GIVEUP; in uv4_wait_completion()
841 else if (completion_status == FLUSH_GIVEUP) { in record_send_stats()
959 completion_stat = FLUSH_GIVEUP; in uv_flush_send_and_wait()
977 if (completion_stat == FLUSH_GIVEUP) in uv_flush_send_and_wait()
/Linux-v5.4/arch/x86/include/asm/uv/
Duv_bau.h170 #define FLUSH_GIVEUP 3 macro