Searched refs:XD_FREE_TABLE_CNT (Results 1 – 2 of 2) sorted by relevance
902 if ((zone->set_index >= XD_FREE_TABLE_CNT) || in xd_set_unused_block()913 if (zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()937 if ((zone->get_index >= XD_FREE_TABLE_CNT) || (zone->get_index < 0)) { in xd_get_unused_block()948 if (zone->get_index >= XD_FREE_TABLE_CNT) in xd_get_unused_block()1392 zone->free_table = vmalloc(XD_FREE_TABLE_CNT * 2); in xd_build_l2p_tbl()1397 memset((u8 *)(zone->free_table), 0xff, XD_FREE_TABLE_CNT * 2); in xd_build_l2p_tbl()
333 #define XD_FREE_TABLE_CNT 1200 macro