Searched refs:tsb_alloc_mtbf (Results 1 – 1 of 1) sorted by relevance
677 static int tsb_alloc_mtbf = 0; /* fail allocation every n attempts */ variable12850 if (tsb_alloc_mtbf && ((flags & TSB_FORCEALLOC) == 0) && in sfmmu_init_tsbinfo()12851 (tsb_alloc_count++ == tsb_alloc_mtbf)) { in sfmmu_init_tsbinfo()12854 return ((tsb_alloc_mtbf & 1)? ENOMEM : EAGAIN); in sfmmu_init_tsbinfo()