Searched refs:work_done (Results 1 – 3 of 3) sorted by relevance
54 int work_done = 0; in gro_cell_poll() local56 while (work_done < budget) { in gro_cell_poll()61 work_done++; in gro_cell_poll()64 if (work_done < budget) in gro_cell_poll()65 napi_complete_done(napi, work_done); in gro_cell_poll()66 return work_done; in gro_cell_poll()
6076 bool napi_complete_done(struct napi_struct *n, int work_done) in napi_complete_done() argument6091 if (work_done) { in napi_complete_done()
3984 int work_done = 0; in mptcp_napi_poll() local4005 if (++work_done == budget) in mptcp_napi_poll()4013 return work_done; in mptcp_napi_poll()