Lines Matching refs:rc_map_table
153 static struct rc_map_table empty[] = {
221 rc_map->alloc = roundup_pow_of_two(size * sizeof(struct rc_map_table));
222 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table);
267 struct rc_map_table *oldscan = rc_map->scan;
268 struct rc_map_table *newscan;
292 memcpy(newscan, rc_map->scan, rc_map->len * sizeof(struct rc_map_table));
295 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table);
327 (rc_map->len - index) * sizeof(struct rc_map_table));
406 (rc_map->len - i) * sizeof(struct rc_map_table));
503 const struct rc_map_table *e = elt;
525 struct rc_map_table *res;
528 sizeof(struct rc_map_table), rc_map_cmp);
549 struct rc_map_table *entry;