Lines Matching defs:map
362 void __bitmap_set(unsigned long *map, unsigned int start, int len)
364 unsigned long *p = map + BIT_WORD(start);
383 void __bitmap_clear(unsigned long *map, unsigned int start, int len)
385 unsigned long *p = map + BIT_WORD(start);
406 * @map: The address to base the search on
417 unsigned long bitmap_find_next_zero_area_off(unsigned long *map,
426 index = find_next_zero_bit(map, size, start);
434 i = find_next_bit(map, end, index);
953 * is not a valid bit position, map to -1.
972 * bitmap_remap - Apply map defined by a pair of bitmaps to another bitmap
975 * @old: defines domain of map
976 * @new: defines range of map
983 * weight of @old, map the position of the n-th set bit in @old to
991 * (the identify map).
1018 set_bit(oldbit, dst); /* identity map */
1026 * bitmap_bitremap - Apply map defined by a pair of bitmaps to a single bit
1028 * @old: defines domain of map
1029 * @new: defines range of map
1036 * weight of @old, map the position of the n-th set bit in @old to
1040 * (the identify map).
1078 * using the map { <n, m> | the n-th bit of @relmap is the