Lines Matching defs:uvm_ractx
58 * uvm_ractx: read-ahead context.
61 struct uvm_ractx {
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;
204 uvm_ra_freectx(struct uvm_ractx *ra)
219 uvm_ra_request(struct uvm_ractx *ra, int advice, struct uvm_object *uobj,