Home | History | Annotate | Download | only in uvm

Lines Matching defs:locked

1053 			 * While we have the bucket locked and our data
1118 * => if obj != NULL, obj must be locked (to put in obj's tree)
1119 * => if anon != NULL, anon must be locked (to put in anon)
1315 * => object must be locked
1358 * => both objects must be locked
1418 bool locked;
1460 locked = true;
1495 locked = true;
1497 locked = false;
1520 if (locked) {
1575 * => if pages are object-owned, object must be locked.
1576 * => if pages are anon-owned, anons must be locked.
1630 * => object must be read or write locked
1672 * => object must be write locked (lock out all concurrent access)
1691 * => page's object [if any] must be locked
1805 * => object that page belongs to must be locked (so we can adjust pg->flags)
1967 * => if page is part of an object then the object should be locked
1982 * => if page is part of an object then the object should be locked
2021 * locked. this is a weak check for runtime assertions only.