Searched refs:completion_stat (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/platform/uv/ |
| D | tlb_uv.c | 901 int completion_stat = 0; in uv_flush_send_and_wait() local 952 completion_stat = ops.wait_completion(bau_desc, bcp, try); in uv_flush_send_and_wait() 954 handle_cmplt(completion_stat, bau_desc, bcp, hmaster, stat); in uv_flush_send_and_wait() 959 completion_stat = FLUSH_GIVEUP; in uv_flush_send_and_wait() 963 } while ((completion_stat == FLUSH_RETRY_PLUGGED) || in uv_flush_send_and_wait() 964 (completion_stat == FLUSH_RETRY_TIMEOUT)); in uv_flush_send_and_wait() 968 count_max_concurr(completion_stat, bcp, hmaster); in uv_flush_send_and_wait() 975 record_send_stats(time1, time2, bcp, stat, completion_stat, try); in uv_flush_send_and_wait() 977 if (completion_stat == FLUSH_GIVEUP) in uv_flush_send_and_wait()
|