Searched refs:set_index (Results 1 – 3 of 3) sorted by relevance
802 xd_card->zone[i].set_index = 0; in xd_init_l2p_tbl()815 zone->set_index = 0; in free_zone()843 if (zone->set_index >= XD_FREE_TABLE_CNT || in xd_set_unused_block()844 zone->set_index < 0) { in xd_set_unused_block()851 zone->set_index); in xd_set_unused_block()853 zone->free_table[zone->set_index++] = (u16)(phy_blk & 0x3ff); in xd_set_unused_block()854 if (zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()855 zone->set_index = 0; in xd_set_unused_block()873 zone->set_index == zone->get_index) { in xd_get_unused_block()1347 zone->set_index = 0; in xd_build_l2p_tbl()
2144 ms_card->segment[i].set_index = 0;2199 segment->free_table[segment->set_index++] = phy_blk;2200 if (segment->set_index >= MS_FREE_TABLE_CNT)2201 segment->set_index = 0;2325 segment->set_index = 0;
361 int set_index; member