Home | History | Annotate | Download | only in uvm

Lines Matching defs:exclusive

646  * vm_map_lock: acquire an exclusive (write) lock on a map.
649 * exclusive by whichever thread currently has the map marked busy.
694 * vm_map_unlock: release an exclusive lock on a map.
708 * want an exclusive lock.
3667 * Get back to an exclusive (write) lock.
3712 * Get back to an exclusive (write) lock.
3896 * Get back an exclusive (write) lock.
4960 bool exclusive = false;
4970 if (__predict_false(exclusive)) {
4994 * But if we do, we loop around again, instead taking an exclusive
5026 if (!exclusive) {
5030 exclusive = true;
5062 if (exclusive) {
5081 if (exclusive) {