Searched defs:right (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmemblock.c1378 unsigned int left = 0, right = type->cnt; local
1381 unsigned int mid = (right + left) / 2;
1384 right = mid;
1390 } while (left < right);
H A Dmmap.c1765 /* Visit right subtree if it looks promising */
1767 struct vm_area_struct *right = local
1770 if (right->rb_subtree_gap >= length) {
1771 vma = right;
1848 /* Visit right subtree if it looks promising */
1851 struct vm_area_struct *right = local
1854 if (right->rb_subtree_gap >= length) {
1855 vma = right;

Completed in 65 milliseconds