Searched refs:pushes (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvmsystm.h60 extern pgcnt_t pushes; /* number of pages pushed to swap device */
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dvm_pageout.c614 pgcnt_t pushes; variable
705 * Limit pushes to avoid saturating pageout devices.
713 while ((arg = push_list) == NULL || pushes > max_pushes) {
716 pushes = 0;
725 pushes++;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs298 # The PUSHARRAY() macro defined above pushes all values from the C array to
/opensolaris-onvv-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c550 * pushes is limited by # of I/Os, and one
553 if (pushes)
554 pushes--;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c245 int follows = 0, dismissals = 0, pushes = 0; local
363 pushes++;
401 lk_beans.lkb_pushes += pushes;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm131 pushes the surrogate pair to the output stream.

Completed in 100 milliseconds