Searched refs:refilled (Results 1 – 9 of 9) sorted by relevance
63 int refilled = 0; in tulip_refill_rx() local88 refilled++; in tulip_refill_rx()100 return refilled; in tulip_refill_rx()
6978 unsigned int refilled = 0; in __refill_objects_node() local6995 while (object && refilled < max) { in __refill_objects_node()6996 p[refilled] = object; in __refill_objects_node()6998 maybe_wipe_obj_freeptr(s, p[refilled]); in __refill_objects_node()7000 refilled++; in __refill_objects_node()7021 if (refilled >= max) in __refill_objects_node()7047 return refilled; in __refill_objects_node()7060 unsigned int refilled = 0; in __refill_objects_any() local7082 refilled += r; in __refill_objects_any()7091 return refilled; in __refill_objects_any()[all …]
675 In page allocator, PCP (Per-CPU pageset) is refilled and drained in
13 destroyed and must be refilled later, at some cost.
601 int refilled; in rxq_refill() local603 refilled = 0; in rxq_refill()604 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) { in rxq_refill()620 refilled++; in rxq_refill()647 if (refilled < budget) in rxq_refill()651 return refilled; in rxq_refill()
86 the zone->lock will be taken once and the per-CPU list refilled. The event
140 refilled or the delay due to decoding/encoding/io on the DSP.
61 been full and it has been refilled by using a slab from the list
1216 int refilled = 0; in rxq_refill() local1245 refilled++; in rxq_refill()1248 return refilled; in rxq_refill()