OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_ractx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_vnode.c
185
uvm_ra_request(vp->
v_ractx
, advice, uobj, offset,
533
if (vp->
v_ractx
!= NULL) {
536
if (vp->
v_ractx
== NULL) {
540
if (ra != NULL && vp->
v_ractx
== NULL) {
541
vp->
v_ractx
= ra;
/src/sys/sys/
vnode.h
190
#define
v_ractx
v_un.vu_ractx
macro
/src/sys/kern/
vfs_vnode.c
1958
if (vp->v_type == VREG && vp->
v_ractx
!= NULL) {
1959
uvm_ra_freectx(vp->
v_ractx
);
1960
vp->
v_ractx
= NULL;
Completed in 54 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026