HomeSort by: relevance | last modified time | path
    Searched refs:uvm_ractx (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/uvm/
uvm_readahead.h 33 struct uvm_ractx;
36 struct uvm_ractx *uvm_ra_allocctx(void);
37 void uvm_ra_freectx(struct uvm_ractx *);
38 void uvm_ra_request(struct uvm_ractx *, int, struct uvm_object *, off_t,
uvm_readahead.c 58 * uvm_ractx: read-ahead context.
61 struct uvm_ractx { struct
83 static struct uvm_ractx *ra_allocctx(void);
84 static void ra_freectx(struct uvm_ractx *);
96 static struct uvm_ractx *
100 return kmem_alloc(sizeof(struct uvm_ractx), KM_NOSLEEP);
104 ra_freectx(struct uvm_ractx *ra)
107 kmem_free(ra, sizeof(struct uvm_ractx));
186 struct uvm_ractx *
189 struct uvm_ractx *ra
    [all...]
uvm_vnode.c 526 struct uvm_ractx *ra = NULL;
  /src/sys/sys/
vnode.h 78 struct uvm_ractx;
177 struct uvm_ractx *vu_ractx; /* u read-ahead ctx (VREG) */

Completed in 72 milliseconds