Searched defs:sfmmu_global_stat (Results 1 – 3 of 3) sorted by relevance
2460 struct sfmmu_global_stat { struct2461 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 …]
700 struct sfmmu_global_stat sfmmu_global_stat; variable
60 struct sfmmu_global_stat sfmmu_global_stat; variable