Home
last modified time | relevance | path

Searched defs:sfmmu_global_stat (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h2460 struct sfmmu_global_stat { struct
2461 int sf_tsb_exceptions; /* # of tsb exceptions */
2462 int sf_tsb_raise_exception; /* # tsb exc. w/o TLB flush */
2464 int sf_pagefaults; /* # of pagefaults */
2466 int sf_uhash_searches; /* # of user hash searches */
2467 int sf_uhash_links; /* # of user hash links */
2468 int sf_khash_searches; /* # of kernel hash searches */
2469 int sf_khash_links; /* # of kernel hash links */
2471 int sf_swapout; /* # times hat swapped out */
2473 int sf_tsb_alloc; /* # TSB allocations */
[all …]
H A Dhat_sfmmu.c700 struct sfmmu_global_stat sfmmu_global_stat; variable
/titanic_44/usr/src/uts/sun4/vm/
H A Dmach_kpm.h60 struct sfmmu_global_stat sfmmu_global_stat; variable