Searched refs:side (Results 1 – 2 of 2) sorted by relevance
7 implements the Linux-guest side of this allowing folders exported
1824 static inline int mb_buddy_adjust_border(int* bit, void* bitmap, int side) in mb_buddy_adjust_border() argument1826 if (mb_test_bit(*bit + side, bitmap)) { in mb_buddy_adjust_border()1828 (*bit) -= side; in mb_buddy_adjust_border()1832 (*bit) += side; in mb_buddy_adjust_border()