Searched refs:total_workdone (Results 1 – 1 of 1) sorted by relevance
1079 int total_workdone = 0; in rtase_poll() local1085 total_workdone += ring->ring_handler(ring, budget); in rtase_poll()1087 if (total_workdone >= budget) in rtase_poll()1090 if (napi_complete_done(napi, total_workdone)) { in rtase_poll()1097 return total_workdone; in rtase_poll()