Searched refs:hint_offset (Results 1 – 1 of 1) sorted by relevance
4835 vm_object_offset_t hint_offset, argument4846 assertf(page_aligned(hint_offset), "hint_offset 0x%llx", hint_offset);5134 hint_offset = (vm_object_offset_t)object->cow_hint;5136 hint_offset = (hint_offset > 8 * PAGE_SIZE_64) ?5137 (hint_offset - 8 * PAGE_SIZE_64) : 0;5140 if (EXISTS_IN_OBJECT(backing_object, hint_offset +5144 object->cow_hint = (vm_offset_t) hint_offset; /* atomic */5178 offset != hint_offset &&5203 offset = hint_offset;5207 (offset + PAGE_SIZE_64) : 0) != hint_offset) {[all …]