HomeSort by: relevance | last modified time | path
    Searched refs:pool_cache (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/sys/
pool.h 126 struct pool_cache *pr_cache; /* Cache for this pool */
256 struct pool_cache { struct
261 TAILQ_ENTRY(pool_cache)
290 typedef struct pool_cache *pool_cache_t;
  /src/sys/dev/ic/
bwfmvar.h 38 struct pool_cache;
229 struct pool_cache *sc_freetask;
bwivar.h 109 struct pool_cache;
675 struct pool_cache *sc_freetask;
  /src/share/man/man9/
Makefile 52 pool_cache.9 portfeatures.9 powerhook_establish.9 ppsratecheck.9 \
794 MLINKS+=pool_cache.9 pool_cache_init.9 \
795 pool_cache.9 pool_cache_destroy.9 \
796 pool_cache.9 pool_cache_get_paddr.9 \
797 pool_cache.9 pool_cache_get.9 \
798 pool_cache.9 pool_cache_put_paddr.9 \
799 pool_cache.9 pool_cache_put.9 \
800 pool_cache.9 pool_cache_destruct_object.9 \
801 pool_cache.9 pool_cache_invalidate.9 \
802 pool_cache.9 pool_cache_sethiwat.9
    [all...]
  /src/sys/arch/arm/xscale/
iopaau.c 95 iopaau_desc_free(struct pool_cache *dc, void *firstdesc)
235 struct pool_cache *dc = af->af_desc_cache;
416 struct pool_cache *dc = af->af_desc_cache;
  /src/sys/dev/pci/
hifn7751var.h 140 struct pool_cache *sc_cmd_cache;
  /src/sys/uvm/
uvm_anon.c 47 static struct pool_cache uvm_anon_cache;
uvm_amap.c 58 static struct pool_cache uvm_amap_cache;
255 * amap_ctor: pool_cache constructor for new amaps
282 * amap_ctor: pool_cache destructor for amaps
uvm_map.c 150 static struct pool_cache uvm_map_entry_cache;
  /src/sys/arch/x86/include/
pmap_private.h 157 * pool_cache(9) that pmaps are allocated from
159 extern struct pool_cache pmap_cache;
  /src/sys/rump/librump/rumpkern/
emul.c 343 struct pool_cache *rump_pnbuf_cache;
vm.c 164 static struct pool_cache pagecache;
  /src/sys/arch/sparc64/include/
cpu.h 265 extern struct pool_cache *fpstate_cache;
  /src/sys/kern/
subr_pool.c 370 TAILQ_HEAD(,pool_cache) pool_cache_head =
732 pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit,
1663 struct pool_cache *pc;
2246 * Called for each pool_cache whenever a new CPU is attached.
3338 struct pool_cache *pc;
3422 struct pool_cache *pc;
  /src/sys/arch/sparc64/sparc64/
cpu.c 95 struct pool_cache *fpstate_cache;
pmap.c 132 struct pool_cache pmap_cache;
133 struct pool_cache pmap_pv_cache;
  /src/sys/arch/alpha/alpha/
pmap.c 268 static struct pool_cache pmap_pmap_cache __read_mostly;
269 static struct pool_cache pmap_l1pt_cache __read_mostly;
270 static struct pool_cache pmap_pv_cache __read_mostly;
3617 * from our pool_cache, so we don't need to acquire it
  /src/usr.bin/vmstat/
vmstat.c 1810 struct pool_cache pool_cache, *pc = &pool_cache; local in function:dopoolcache
  /src/sys/arch/aarch64/aarch64/
pmap.c 219 static struct pool_cache _pmap_cache;
220 static struct pool_cache _pmap_pv_pool;
  /src/sys/arch/arm/arm32/
pmap.c 268 static struct pool_cache pmap_cache;
285 static struct pool_cache pmap_l2dtable_cache;
293 static struct pool_cache pmap_l2ptp_cache;
754 static struct pool_cache pmap_l1tt_cache;
  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 110 struct pool_cache *sc_taskpool;
  /src/sys/arch/x86/x86/
pmap.c 398 struct pool_cache pmap_cache;
405 static struct pool_cache pmap_pvp_cache;
1929 * pool_cache(9) should not touch cached objects, since they
2049 * pmap_pvp_dtor: pool_cache constructor for PV pages.
2073 * pmap_pvp_dtor: pool_cache destructor for PV pages.
  /src/sys/arch/sparc/sparc/
pmap.c 452 static struct pool_cache pmap_cache;

Completed in 97 milliseconds