Searched refs:high_slices (Results 1 – 2 of 2) sorted by relevance
57 *(p++) = (mask.high_slices & (1 << i)) ? '1' : '0'; in slice_print_mask()87 ret.high_slices = (1u << (GET_HIGH_SLICE_INDEX(end) + 1)) in slice_range_to_mask()138 ret.high_slices |= 1u << i; in slice_mask_for_free()157 ret.high_slices |= 1u << i; in slice_mask_for_size()165 (mask.high_slices & available.high_slices) == mask.high_slices; in slice_check_fit()206 if (mask.high_slices & (1u << i)) in slice_convert()386 (dst).high_slices |= (src).high_slices; \391 (dst).high_slices &= ~(src).high_slices; \556 if (mask.low_slices || mask.high_slices) { in slice_get_unmapped_area()
85 u16 high_slices; member