Searched refs:shadow_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_object.h98 LIST_HEAD(, vm_object) shadow_head; /* objects that this is a shadow for */ member in struct:vm_object
H A Dvm_object.c225 LIST_INIT(&object->shadow_head);
586 robject = LIST_FIRST(&object->shadow_head);
1353 LIST_INSERT_HEAD(&source->shadow_head, result, shadow_list);
1419 LIST_INSERT_HEAD(&source->shadow_head,
1854 &backing_object->backing_object->shadow_head,
1906 &new_backing_object->shadow_head,

Completed in 100 milliseconds