/netbsd-src/sys/sys/ |
H A D | pool.h | 290 typedef struct pool_cache *pool_cache_t; typedef 339 pool_cache_t pool_cache_init(size_t, u_int, u_int, u_int, const char *, 342 void pool_cache_bootstrap(pool_cache_t, size_t, u_int, u_int, u_int, 346 void pool_cache_destroy(pool_cache_t); 347 void pool_cache_bootstrap_destroy(pool_cache_t); 348 void *pool_cache_get_paddr(pool_cache_t, int, paddr_t *); 349 void pool_cache_put_paddr(pool_cache_t, void *, paddr_t); 350 void pool_cache_destruct_object(pool_cache_t, void *); 351 void pool_cache_invalidate(pool_cache_t); 352 bool pool_cache_reclaim(pool_cache_t); [all …]
|
H A D | vmem_impl.h | 76 pool_cache_t qc_cache;
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | iopaauvar.h | 76 pool_cache_t af_desc_cache; 79 extern pool_cache_t iopaau_desc_4_cache; 80 extern pool_cache_t iopaau_desc_8_cache; 93 void iopaau_desc_free(pool_cache_t, void *);
|
H A D | iopaau.c | 66 pool_cache_t iopaau_desc_4_cache; 67 pool_cache_t iopaau_desc_8_cache;
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_malloc.c | 38 pool_cache_t chfs_vnode_cache; 39 pool_cache_t chfs_nrefs_cache; 40 pool_cache_t chfs_flash_vnode_cache; 41 pool_cache_t chfs_flash_dirent_cache; 42 pool_cache_t chfs_flash_dnode_cache; 43 pool_cache_t chfs_node_frag_cache; 44 pool_cache_t chfs_tmp_dnode_cache; 45 pool_cache_t chfs_tmp_dnode_info_cache;
|
/netbsd-src/sys/kern/ |
H A D | subr_pool.c | 105 static void pool_cache_redzone_check(pool_cache_t, void *); 116 static inline void pool_cache_get_kmsan(pool_cache_t, void *); 117 static inline void pool_cache_put_kmsan(pool_cache_t, void *); 137 static bool pool_cache_put_nocache(pool_cache_t, void *); 376 static bool pool_cache_put_slow(pool_cache_t, pool_cache_cpu_t *, int, 378 static bool pool_cache_get_slow(pool_cache_t, pool_cache_cpu_t *, int, 380 static void pool_cache_cpu_init1(struct cpu_info *, pool_cache_t); 381 static int pool_cache_invalidate_groups(pool_cache_t, pcg_t *); 382 static void pool_cache_invalidate_cpu(pool_cache_t, u_int); 383 static void pool_cache_transfer(pool_cache_t); [all...] |
H A D | subr_kmem.c | 207 static pool_cache_t kmem_cache[KMEM_CACHE_COUNT] __cacheline_aligned; 215 static pool_cache_t kmem_cache_big[KMEM_CACHE_BIG_COUNT] __cacheline_aligned; 293 pool_cache_t pc; in kmem_intr_alloc() 367 pool_cache_t pc; in kmem_intr_free() 460 pool_cache_t alloc_table[], size_t maxsize, int shift, int ipl) in kmem_create_caches() 472 pool_cache_t pc; in kmem_create_caches()
|
H A D | sys_pipe.c | 131 static int pipe_create(struct pipe **, pool_cache_t, struct timespec *); 139 static pool_cache_t pipe_wr_cache; 140 static pool_cache_t pipe_rd_cache; 304 pipe_create(struct pipe **pipep, pool_cache_t cache, struct timespec *nt) in pipe_create()
|
/netbsd-src/sys/external/bsd/dwc2/ |
H A D | dwc2var.h | 99 pool_cache_t sc_xferpool; 100 pool_cache_t sc_qhpool; 101 pool_cache_t sc_qtdpool;
|
/netbsd-src/sys/ufs/ffs/ |
H A D | ffs_extern.h | 75 extern pool_cache_t ffs_inode_cache; /* memory pool for inodes */ 76 extern pool_cache_t ffs_dinode1_cache; /* memory pool for UFS1 dinodes */ 77 extern pool_cache_t ffs_dinode2_cache; /* memory pool for UFS2 dinodes */
|
/netbsd-src/sys/dev/dtv/ |
H A D | dtv_scatter.h | 41 pool_cache_t sb_pool;
|
/netbsd-src/sys/dev/dmover/ |
H A D | dmover_request.c | 52 pool_cache_t dmover_request_cache;
|
/netbsd-src/sys/dev/i2c/ |
H A D | sht3xvar.h | 61 pool_cache_t sc_readpool;
|
/netbsd-src/sys/uvm/ |
H A D | uvm_glue.c | 233 static pool_cache_t uvm_uarea_cache; 235 static pool_cache_t uvm_uarea_system_cache;
|
/netbsd-src/sys/dev/usb/ |
H A D | motgvar.h | 92 pool_cache_t sc_xferpool;
|
H A D | uhcivar.h | 171 pool_cache_t sc_xferpool; /* free xfer pool */
|
H A D | xhcivar.h | 103 pool_cache_t sc_xferpool;
|
H A D | ohcivar.h | 129 pool_cache_t sc_xferpool; /* free xfer pool */
|
/netbsd-src/sys/dev/marvell/ |
H A D | mvxpsecvar.h | 403 pool_cache_t sc_session_pool; 404 pool_cache_t sc_packet_pool;
|
/netbsd-src/external/cddl/osnet/sys/kern/ |
H A D | kmem.c | 32 pool_cache_t km_pool;
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_extern.h | 60 extern pool_cache_t ufs_direct_cache; /* memory pool for directs */
|
H A D | ufs_vfsops.c | 71 pool_cache_t ufs_direct_cache;
|
/netbsd-src/regress/sys/kern/allocfree/ |
H A D | allocfree.c | 61 static pool_cache_t cache;
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | slab.h | 171 pool_cache_t kc_pool_cache;
|
/netbsd-src/sys/dev/hyperv/ |
H A D | vmbusvar.h | 176 pool_cache_t sc_msgpool;
|