MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_object_clear_flag

Function vm_object_clear_flag

freebsd/vm/vm_object.c:310–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void
311vm_object_clear_flag(vm_object_t object, u_short bits)
312{
313
314 VM_OBJECT_ASSERT_WLOCKED(object);
315 object->flags &= ~bits;
316}
317
318/*
319 * Sets the default memory attribute for the specified object. Pages

Callers 7

vm_map_insertFunction · 0.85
vm_map_copy_swap_objectFunction · 0.85
vmspace_forkFunction · 0.85
vm_object_shadowFunction · 0.85
vm_object_splitFunction · 0.85
vm_object_collapseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected