Searched refs:round_down (Results 1 – 2 of 2) sorted by relevance
132 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
692 unsigned long max_size = round_down(USHRT_MAX, sizeof(u64)); in get_stack_size()