Searched refs:tables_used (Results 1 – 1 of 1) sorted by relevance
235 uint32_t tables_used; member243 .tables_used = 0,321 if (!prtn->tables_used) in alloc_l2_table()327 (prtn->tables_used % 4) * in alloc_l2_table()329 prtn->tables_used++; in alloc_l2_table()334 if (!(prtn->tables_used % 4)) in alloc_l2_table()336 DMSG("L2 tables used %u", prtn->tables_used); in alloc_l2_table()338 if (prtn->tables_used >= MAX_XLAT_TABLES) { in alloc_l2_table()343 new_table = prtn->l2_tables[prtn->tables_used]; in alloc_l2_table()344 prtn->tables_used++; in alloc_l2_table()[all …]