Lines Matching refs:mt
19 struct maple_tree *mt = map->cache;
20 MA_STATE(mas, mt, reg, reg);
41 struct maple_tree *mt = map->cache;
42 MA_STATE(mas, mt, reg, reg);
110 struct maple_tree *mt = map->cache;
111 MA_STATE(mas, mt, min, max);
241 struct maple_tree *mt = map->cache;
243 MA_STATE(mas, mt, min, max);
295 struct maple_tree *mt = map->cache;
296 MA_STATE(mas, mt, 0, UINT_MAX);
300 if (!mt)
306 __mt_destroy(mt);
309 kfree(mt);
318 struct maple_tree *mt = map->cache;
319 MA_STATE(mas, mt, first, last);
346 struct maple_tree *mt;
351 mt = kmalloc(sizeof(*mt), GFP_KERNEL);
352 if (!mt)
354 map->cache = mt;
356 mt_init(mt);