Symbol: pool_cache
sys/arch/aarch64/aarch64/pmap.c
219
static struct pool_cache _pmap_cache;
sys/arch/aarch64/aarch64/pmap.c
220
static struct pool_cache _pmap_pv_pool;
sys/arch/alpha/alpha/pmap.c
268
static struct pool_cache pmap_pmap_cache __read_mostly;
sys/arch/alpha/alpha/pmap.c
269
static struct pool_cache pmap_l1pt_cache __read_mostly;
sys/arch/alpha/alpha/pmap.c
270
static struct pool_cache pmap_pv_cache __read_mostly;
sys/arch/arm/arm32/pmap.c
268
static struct pool_cache pmap_cache;
sys/arch/arm/arm32/pmap.c
285
static struct pool_cache pmap_l2dtable_cache;
sys/arch/arm/arm32/pmap.c
293
static struct pool_cache pmap_l2ptp_cache;
sys/arch/arm/arm32/pmap.c
749
static struct pool_cache pmap_l1tt_cache;
sys/arch/arm/sunxi/sun8i_crypto.c
110
struct pool_cache *sc_taskpool;
sys/arch/arm/xscale/iopaau.c
235
struct pool_cache *dc = af->af_desc_cache;
sys/arch/arm/xscale/iopaau.c
416
struct pool_cache *dc = af->af_desc_cache;
sys/arch/arm/xscale/iopaau.c
95
iopaau_desc_free(struct pool_cache *dc, void *firstdesc)
sys/arch/sparc/sparc/pmap.c
452
static struct pool_cache pmap_cache;
sys/arch/sparc64/include/cpu.h
265
extern struct pool_cache *fpstate_cache;
sys/arch/sparc64/sparc64/cpu.c
95
struct pool_cache *fpstate_cache;
sys/arch/sparc64/sparc64/pmap.c
132
struct pool_cache pmap_cache;
sys/arch/sparc64/sparc64/pmap.c
133
struct pool_cache pmap_pv_cache;
sys/arch/x86/include/pmap_private.h
159
extern struct pool_cache pmap_cache;
sys/arch/x86/x86/pmap.c
398
struct pool_cache pmap_cache;
sys/arch/x86/x86/pmap.c
405
static struct pool_cache pmap_pvp_cache;
sys/dev/ic/bwfmvar.h
229
struct pool_cache *sc_freetask;
sys/dev/ic/bwfmvar.h
38
struct pool_cache;
sys/dev/ic/bwivar.h
109
struct pool_cache;
sys/dev/ic/bwivar.h
675
struct pool_cache *sc_freetask;
sys/dev/pci/hifn7751var.h
140
struct pool_cache *sc_cmd_cache;
sys/kern/subr_pool.c
1666
struct pool_cache *pc;
sys/kern/subr_pool.c
3341
struct pool_cache *pc;
sys/kern/subr_pool.c
3425
struct pool_cache *pc;
sys/kern/subr_pool.c
373
TAILQ_HEAD(,pool_cache) pool_cache_head =
sys/kern/subr_pool.c
735
pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit,
sys/rump/librump/rumpkern/emul.c
343
struct pool_cache *rump_pnbuf_cache;
sys/rump/librump/rumpkern/vm.c
164
static struct pool_cache pagecache;
sys/sys/pool.h
126
struct pool_cache *pr_cache; /* Cache for this pool */
sys/sys/pool.h
261
TAILQ_ENTRY(pool_cache)
sys/sys/pool.h
290
typedef struct pool_cache *pool_cache_t;
sys/uvm/uvm_amap.c
58
static struct pool_cache uvm_amap_cache;
sys/uvm/uvm_anon.c
47
static struct pool_cache uvm_anon_cache;
sys/uvm/uvm_map.c
150
static struct pool_cache uvm_map_entry_cache;
usr.bin/vmstat/vmstat.c
1808
struct pool_cache pool_cache, *pc = &pool_cache;