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