Lines Matching defs:map
15 unsigned long *map;
28 static void install(struct slot_map *m, int count, unsigned long *map)
32 m->map = map;
64 m->map = NULL;
72 __clear_bit(slot, m->map);
96 /* we are waiting for map to be installed */
132 res = find_first_zero_bit(m->map, m->count);
133 __set_bit(res, m->map);
266 /* map the pages */