Lines Matching defs:work
50 * make it work out on a Sparc.
1135 * allow sysfs to work. We also disallow any kind of
2135 static void netstamp_clear(struct work_struct *work)
3402 * work.
3816 * This is a work-conserving queue; there are no old skbs
4665 * then lets do the pskb_expand_head() work just once here.
5535 /* generic XDP does not work with DEVMAPs that can
5688 static void flush_backlog(struct work_struct *work)
6380 int work = 0;
6399 if (++work >= quota)
6400 return work;
6425 return work;
6642 int work = 0;
6661 work = napi_poll(napi, BUSY_POLL_BUDGET);
6662 trace_napi_poll(napi, work, BUSY_POLL_BUDGET);
6665 if (work > 0)
6667 LINUX_MIB_BUSYPOLLRXPACKETS, work);
6831 int work, weight;
6845 work = 0;
6847 work = n->poll(n, weight);
6848 trace_napi_poll(n, work, weight);
6851 if (unlikely(work > weight))
6853 n->poll, work, weight);
6855 if (likely(work < weight))
6891 return work;