Searched refs:nb_tbs (Results 1 – 1 of 1) sorted by relevance
90 static int nb_tbs; variable644 nb_tbs, nb_tbs > 0 ? in tb_flush()645 ((unsigned long)(code_gen_ptr - code_gen_buffer)) / nb_tbs : 0); in tb_flush()650 nb_tbs = 0; in tb_flush()1201 if (nb_tbs >= code_gen_max_blocks || in tb_alloc()1204 tb = &tbs[nb_tbs++]; in tb_alloc()1219 if (nb_tbs > 0 && tb == &tbs[nb_tbs - 1]) { in tb_free()1221 nb_tbs--; in tb_free()1273 if (nb_tbs <= 0) in tb_find_pc()1280 m_max = nb_tbs - 1; in tb_find_pc()[all …]