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