Home
last modified time | relevance | path

Searched refs:refilled (Results 1 – 10 of 10) sorted by relevance

/linux/mm/
H A Dslub.c7019 unsigned int refilled = 0; in __refill_objects_node() local
7036 while (object && refilled < max) { in __refill_objects_node()
7037 p[refilled] = object; in __refill_objects_node()
7039 maybe_wipe_obj_freeptr(s, p[refilled]); in __refill_objects_node()
7041 refilled++; in __refill_objects_node()
7062 if (refilled >= max) in __refill_objects_node()
7088 return refilled; in __refill_objects_node()
7101 unsigned int refilled = 0; in __refill_objects_any() local
7123 refilled += r; in __refill_objects_any()
7132 return refilled; in __refill_objects_any()
[all …]
H A DKconfig675 In page allocator, PCP (Per-CPU pageset) is refilled and drained in
/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c63 int refilled = 0; in tulip_refill_rx() local
88 refilled++; in tulip_refill_rx()
100 return refilled; in tulip_refill_rx()
/linux/Documentation/arch/x86/
H A Dtlb.rst13 destroyed and must be refilled later, at some cost.
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c601 int refilled; in rxq_refill() local
603 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()
/linux/Documentation/trace/
H A Devents-kmem.rst86 the zone->lock will be taken once and the per-CPU list refilled. The event
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst140 refilled or the delay due to decoding/encoding/io on the DSP.
/linux/Documentation/scheduler/
H A Dsched-ext.rst329 ops.dispatch(); /* task->scx.slice can be refilled */
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab61 been full and it has been refilled by using a slab from the list
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c1216 int refilled = 0; in rxq_refill() local
1245 refilled++; in rxq_refill()
1248 return refilled; in rxq_refill()