Home
last modified time | relevance | path

Searched refs:n_throttle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvmsystm.h62 extern volatile uint64_t n_throttle; /* num times page create throttled */
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c920 system_pages_kstat.nthrottle.value.ul = (ulong_t)n_throttle; in system_pages_kstat_update()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c88 volatile uint64_t n_throttle = 0; variable
1482 atomic_inc_64(&n_throttle); in page_create_throttle()