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

/freebsd-12-stable/sys/vm/
H A Dvm_object.h129 vm_ooffset_t writemappings; member in struct:vm_object::__anon16923::__anon16924
170 vm_ooffset_t writemappings; member in struct:vm_object::__anon16923::__anon16927
H A Dvnode_pager.c257 object->un_pager.vnp.writemappings = 0;
317 if (object->un_pager.vnp.writemappings > 0) {
318 object->un_pager.vnp.writemappings = 0;
1539 old_wm = object->un_pager.vnp.writemappings;
1540 object->un_pager.vnp.writemappings += (vm_ooffset_t)end - start;
1542 if (old_wm == 0 && object->un_pager.vnp.writemappings != 0) {
1547 } else if (old_wm != 0 && object->un_pager.vnp.writemappings == 0) {
1576 * Optimize for the case when writemappings is not going to
1580 if (object->un_pager.vnp.writemappings != inc) {
1581 object->un_pager.vnp.writemappings
[all...]
H A Dswap_pager.c620 object->un_pager.swp.writemappings = 0;
1931 object->un_pager.swp.writemappings = 0;
3021 object->un_pager.swp.writemappings += (vm_ooffset_t)end - start;
3033 object->un_pager.swp.writemappings -= (vm_ooffset_t)end - start;
H A Dvm_map.c584 * Decrement the object's writemappings and
2094 * object->un_pager.vnp.writemappings, the writemappings value
2214 * The object->un_pager.vnp.writemappings for the
4029 KASSERT(object->un_pager.vnp.writemappings > 0,

Completed in 167 milliseconds