Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Duser.h222 size_t u_mem_max; /* peak RSS (K) */ member
/titanic_41/usr/src/uts/common/os/
H A Dclock.c1633 if (rss > PTOU(pp)->u_mem_max) in clock_tick()
1634 PTOU(pp)->u_mem_max = rss; in clock_tick()
H A Dexacct.c979 pu->pu_mem_rss_max = PTOU(p)->u_mem_max * (PAGESIZE / 1024); in exacct_calculate_proc_usage()