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

Function vm_object_set_flag

freebsd/vm/vm_object.h:291–296  ·  view source on GitHub ↗

* The object must be locked or thread private. */

Source from the content-addressed store, hash-verified

289 * The object must be locked or thread private.
290 */
291static __inline void
292vm_object_set_flag(vm_object_t object, u_short bits)
293{
294
295 object->flags |= bits;
296}
297
298/*
299 * Conditionally set the object's color, which (1) enables the allocation

Callers 8

sgx_mmap_singleFunction · 0.85
cdev_pager_allocateFunction · 0.85
phys_pager_allocateFunction · 0.85
vm_object_deallocateFunction · 0.85
vm_object_splitFunction · 0.85
vm_object_collapseFunction · 0.85
vnode_destroy_vobjectFunction · 0.85
vnode_pager_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected