Searched refs:recycle (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h103 int recycle; /* free tmp page for reuse */ member in struct:statefile
H A Dbitmap.c181 SF_STAT_INC(recycle);
184 SF_STAT_INC(recycle);
H A Dpages.c320 prom_printf("page stats: ngroups %d, recycle %d\n",
321 sfile.ngroups, sfile.recycle);
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h299 xgell_rx_buffer_t *recycle_head; /* recycle list's head */
300 xgell_rx_buffer_t *recycle_tail; /* recycle list's tail */
301 uint_t recycle; /* # of rx buffers recycled */ member in struct:xgell_rx_buffer_pool_t
302 spinlock_t recycle_lock; /* buffer recycle lock */
H A Dxgell.c258 * effect on rx performance. A separate recycle list is introduced to overcome
259 * this. The recycle list is used to record the rx buffer that has been recycled
278 bf_pool->recycle++;
285 (bf_pool->recycle >= XGELL_RX_BUFFER_RECYCLE_CACHE)) {
290 bf_pool->post -= bf_pool->recycle;
291 bf_pool->free += bf_pool->recycle;
292 bf_pool->recycle = 0;
412 if (bf_pool->recycle > 0) {
417 bf_pool->post -= bf_pool->recycle;
418 bf_pool->free += bf_pool->recycle;
[all...]

Completed in 758 milliseconds