Searched hist:ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_object.h | diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object. diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object.
|
H A D | vnode_pager.c | diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object. diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object.
|
H A D | vm_fault.c | diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object. diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object.
|
H A D | vm_object.c | diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object. diff ed4fe4f4f5dd2ae7ef62e004a3e1bdd071b8fee6 Tue May 03 13:11:26 CEST 2005 Jeff Roberson <jeff@FreeBSD.org> - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the underlying vnode requires Giant. - In vm_fault only acquire Giant if the underlying object has NEEDSGIANT set. - In vm_object_shadow inherit the NEEDSGIANT flag from the backing object.
|