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

  /src/sys/uvm/
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_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...]

Completed in 22 milliseconds