OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025