Searched defs:sfmmu_global_stat (Results 1 – 3 of 3) sorted by relevance
2448 struct sfmmu_global_stat { struct2449 int sf_tsb_exceptions; /* # of tsb exceptions */2450 int sf_tsb_raise_exception; /* # tsb exc. w/o TLB flush */2452 int sf_pagefaults; /* # of pagefaults */2454 int sf_uhash_searches; /* # of user hash searches */2455 int sf_uhash_links; /* # of user hash links */2456 int sf_khash_searches; /* # of kernel hash searches */2457 int sf_khash_links; /* # of kernel hash links */2459 int sf_swapout; /* # times hat swapped out */2461 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