Searched refs:total_workdone (Results 1 – 1 of 1) sorted by relevance
1073 int total_workdone = 0; in rtase_poll() local1079 total_workdone += ring->ring_handler(ring, budget); in rtase_poll()1081 if (total_workdone >= budget) in rtase_poll()1084 if (napi_complete_done(napi, total_workdone)) { in rtase_poll()1091 return total_workdone; in rtase_poll()