Searched refs:MS_FREE_TABLE_CNT (Results 1 – 2 of 2) sorted by relevance
334 #define MS_FREE_TABLE_CNT 512 macro
2318 if (segment->set_index >= MS_FREE_TABLE_CNT)2337 if (segment->get_index >= MS_FREE_TABLE_CNT)2433 segment->free_table = vmalloc(MS_FREE_TABLE_CNT * 2);2438 memset((u8 *)(segment->free_table), 0xff, MS_FREE_TABLE_CNT * 2);