Searched refs:writemappings (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c241 object->un_pager.vnp.writemappings = 0;
296 if (object->un_pager.vnp.writemappings > 0) {
297 object->un_pager.vnp.writemappings = 0;
1451 old_wm = object->un_pager.vnp.writemappings;
1452 object->un_pager.vnp.writemappings += (vm_ooffset_t)end - start;
1454 if (old_wm == 0 && object->un_pager.vnp.writemappings != 0) {
1459 } else if (old_wm != 0 && object->un_pager.vnp.writemappings == 0) {
1488 * Optimize for the case when writemappings is not going to
1492 if (object->un_pager.vnp.writemappings != inc) {
1493 object->un_pager.vnp.writemappings
[all...]
H A Dvm_object.h125 vm_ooffset_t writemappings; member in struct:vm_object::__anon8568::__anon8569
H A Dvm_map.c517 * Decrement the object's writemappings and
1637 * mappings in object->un_pager.vnp.writemappings,
1638 * the writemappings value should not be adjusted
1755 * The object->un_pager.vnp.writemappings for the
3489 KASSERT(object->un_pager.vnp.writemappings > 0,

Completed in 217 milliseconds