OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KM_PUSHPAGE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/sys/sys/
kmem.h
40
#define
KM_PUSHPAGE
KM_SLEEP
/src/external/cddl/osnet/sys/kern/
kmem.c
110
KASSERT(ISSET(flags, ~(KM_SLEEP | KM_NOSLEEP |
KM_PUSHPAGE
)) == 0);
/src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h
360
#define
KM_PUSHPAGE
KM_SLEEP
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c
2505
buf = kmem_cache_alloc(buf_cache,
KM_PUSHPAGE
);
2556
buf = kmem_cache_alloc(buf_cache,
KM_PUSHPAGE
);
2871
hdr = kmem_cache_alloc(hdr_full_cache,
KM_PUSHPAGE
);
2917
nhdr = kmem_cache_alloc(new,
KM_PUSHPAGE
);
7033
head = kmem_cache_alloc(hdr_l2only_cache,
KM_PUSHPAGE
);
zio.c
290
canwait ?
KM_PUSHPAGE
: KM_NOSLEEP));
323
return (kmem_cache_alloc(zio_data_buf_cache[c],
KM_PUSHPAGE
));
Completed in 89 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026