Searched refs:completion_stat (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 877 int completion_stat = 0; in uv_flush_send_and_wait() local 928 completion_stat = wait_completion(bau_desc, bcp, try); in uv_flush_send_and_wait() 930 handle_cmplt(completion_stat, bau_desc, bcp, hmaster, stat); in uv_flush_send_and_wait() 935 completion_stat = FLUSH_GIVEUP; in uv_flush_send_and_wait() 939 } while ((completion_stat == FLUSH_RETRY_PLUGGED) || in uv_flush_send_and_wait() 940 (completion_stat == FLUSH_RETRY_TIMEOUT)); in uv_flush_send_and_wait() 944 count_max_concurr(completion_stat, bcp, hmaster); in uv_flush_send_and_wait() 951 record_send_stats(time1, time2, bcp, stat, completion_stat, try); in uv_flush_send_and_wait() 953 if (completion_stat == FLUSH_GIVEUP) in uv_flush_send_and_wait()
|