Searched refs:completion_stat (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 904 int completion_stat = 0; in uv_flush_send_and_wait() local 955 completion_stat = ops.wait_completion(bau_desc, bcp, try); in uv_flush_send_and_wait() 957 handle_cmplt(completion_stat, bau_desc, bcp, hmaster, stat); in uv_flush_send_and_wait() 962 completion_stat = FLUSH_GIVEUP; in uv_flush_send_and_wait() 966 } while ((completion_stat == FLUSH_RETRY_PLUGGED) || in uv_flush_send_and_wait() 967 (completion_stat == FLUSH_RETRY_TIMEOUT)); in uv_flush_send_and_wait() 971 count_max_concurr(completion_stat, bcp, hmaster); in uv_flush_send_and_wait() 978 record_send_stats(time1, time2, bcp, stat, completion_stat, try); in uv_flush_send_and_wait() 980 if (completion_stat == FLUSH_GIVEUP) in uv_flush_send_and_wait()
|