Searched refs:XD_FREE_TABLE_CNT (Results 1 – 2 of 2) sorted by relevance
935 if ((zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()946 if (zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()970 if ((zone->get_index >= XD_FREE_TABLE_CNT) || (zone->get_index < 0)) { in xd_get_unused_block()981 if (zone->get_index >= XD_FREE_TABLE_CNT) in xd_get_unused_block()1447 zone->free_table = vmalloc(XD_FREE_TABLE_CNT * 2); in xd_build_l2p_tbl()1453 memset((u8 *)(zone->free_table), 0xff, XD_FREE_TABLE_CNT * 2); in xd_build_l2p_tbl()
332 #define XD_FREE_TABLE_CNT 1200 macro