Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c532 return FLUSH_GIVEUP; in uv1_wait_completion()
606 return FLUSH_GIVEUP; in handle_uv2_busy()
632 return FLUSH_GIVEUP; in uv2_3_wait_completion()
649 return FLUSH_GIVEUP; in uv2_3_wait_completion()
654 return FLUSH_GIVEUP; in uv2_3_wait_completion()
818 else if (completion_status == FLUSH_GIVEUP) { in record_send_stats()
935 completion_stat = FLUSH_GIVEUP; in uv_flush_send_and_wait()
953 if (completion_stat == FLUSH_GIVEUP) in uv_flush_send_and_wait()
/linux-4.4.14/arch/x86/include/asm/uv/
Duv_bau.h173 #define FLUSH_GIVEUP 3 macro