Searched refs:MS_FREE_TABLE_CNT (Results 1 – 4 of 4) sorted by relevance
88 #define MS_FREE_TABLE_CNT 512 macro
2305 if (segment->set_index >= MS_FREE_TABLE_CNT)2323 if (segment->get_index >= MS_FREE_TABLE_CNT)2411 segment->free_table = vmalloc(MS_FREE_TABLE_CNT * 2);2415 memset((u8 *) (segment->free_table), 0xff, MS_FREE_TABLE_CNT * 2);
328 #define MS_FREE_TABLE_CNT 512 macro
2159 if (segment->set_index >= MS_FREE_TABLE_CNT) { in ms_set_unused_block()2178 if (segment->get_index >= MS_FREE_TABLE_CNT) { in ms_get_unused_block()2270 segment->free_table = (u16 *)vmalloc(MS_FREE_TABLE_CNT * 2); in ms_build_l2p_tbl()2275 memset((u8 *)(segment->free_table), 0xff, MS_FREE_TABLE_CNT * 2); in ms_build_l2p_tbl()