Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/dec/tulip/
Dinterrupt.c63 int refilled = 0; in tulip_refill_rx() local
88 refilled++; in tulip_refill_rx()
100 return refilled; in tulip_refill_rx()
/linux-6.1.9/Documentation/x86/
Dtlb.rst13 destroyed and must be refilled later, at some cost.
/linux-6.1.9/drivers/net/ethernet/marvell/
Dmv643xx_eth.c600 int refilled; in rxq_refill() local
602 refilled = 0; in rxq_refill()
603 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) { in rxq_refill()
619 refilled++; in rxq_refill()
646 if (refilled < budget) in rxq_refill()
650 return refilled; in rxq_refill()
/linux-6.1.9/Documentation/trace/
Devents-kmem.rst86 the zone->lock will be taken once and the per-CPU list refilled. The event
/linux-6.1.9/Documentation/sound/designs/
Dcompress-offload.rst140 refilled or the delay due to decoding/encoding/io on the DSP.
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-kernel-slab60 been full and it has been refilled by using a slab from the list
/linux-6.1.9/drivers/net/wireless/marvell/
Dmwl8k.c1211 int refilled = 0; in rxq_refill() local
1236 refilled++; in rxq_refill()
1239 return refilled; in rxq_refill()