Searched refs:KM_PUSHPAGE (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h46 #define KM_PUSHPAGE M_WAITOK macro
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1483 hdr = kmem_cache_alloc(hdr_cache, KM_PUSHPAGE);
1490 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
1565 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
3270 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
3643 nhdr = kmem_cache_alloc(hdr_cache, KM_PUSHPAGE);
4938 head = kmem_cache_alloc(hdr_cache, KM_PUSHPAGE);
H A Dzio.c265 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE));
284 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE));
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h339 #define KM_PUSHPAGE KM_SLEEP macro

Completed in 136 milliseconds