Searched refs:N_UNREDIR_TT (Results 1 – 1 of 1) sorted by relevance
1380 #define N_UNREDIR_TT 500 macro1381 #define N_UNREDIR_TCQ (N_UNREDIR_TT * UNREDIR_SZB / sizeof(ULong))1400 static UTCEntry unredir_tt[N_UNREDIR_TT];1409 ( N_UNREDIR_TT * UNREDIR_SZB ); in init_unredir_tt_tc()1412 N_UNREDIR_TT * UNREDIR_SZB); in init_unredir_tt_tc()1418 for (i = 0; i < N_UNREDIR_TT; i++) in init_unredir_tt_tc()1428 if (unredir_tt_highwater >= N_UNREDIR_TT) return False; in sanity_check_redir_tt_tc()1430 for (i = unredir_tt_highwater+1; i < N_UNREDIR_TT; i++) in sanity_check_redir_tt_tc()1461 for (i = 0; i < N_UNREDIR_TT; i++) in VG_()1465 if (i >= N_UNREDIR_TT || code_szQ > (N_UNREDIR_TCQ - unredir_tc_used)) { in VG_()[all …]