Home
last modified time | relevance | path

Searched refs:pool_cache_t (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/sys/sys/
H A Dpool.h290 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 Dvmem_impl.h76 pool_cache_t qc_cache;
/netbsd-src/sys/arch/arm/xscale/
H A Diopaauvar.h76 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 Diopaau.c66 pool_cache_t iopaau_desc_4_cache;
67 pool_cache_t iopaau_desc_8_cache;
/netbsd-src/sys/ufs/chfs/
H A Dchfs_malloc.c38 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 Dsubr_pool.c105 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 Dsubr_kmem.c207 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 Dsys_pipe.c131 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 Ddwc2var.h99 pool_cache_t sc_xferpool;
100 pool_cache_t sc_qhpool;
101 pool_cache_t sc_qtdpool;
/netbsd-src/sys/ufs/ffs/
H A Dffs_extern.h75 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 Ddtv_scatter.h41 pool_cache_t sb_pool;
/netbsd-src/sys/dev/dmover/
H A Ddmover_request.c52 pool_cache_t dmover_request_cache;
/netbsd-src/sys/dev/i2c/
H A Dsht3xvar.h61 pool_cache_t sc_readpool;
/netbsd-src/sys/uvm/
H A Duvm_glue.c233 static pool_cache_t uvm_uarea_cache;
235 static pool_cache_t uvm_uarea_system_cache;
/netbsd-src/sys/dev/usb/
H A Dmotgvar.h92 pool_cache_t sc_xferpool;
H A Duhcivar.h171 pool_cache_t sc_xferpool; /* free xfer pool */
H A Dxhcivar.h103 pool_cache_t sc_xferpool;
H A Dohcivar.h129 pool_cache_t sc_xferpool; /* free xfer pool */
/netbsd-src/sys/dev/marvell/
H A Dmvxpsecvar.h403 pool_cache_t sc_session_pool;
404 pool_cache_t sc_packet_pool;
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dkmem.c32 pool_cache_t km_pool;
/netbsd-src/sys/ufs/ufs/
H A Dufs_extern.h60 extern pool_cache_t ufs_direct_cache; /* memory pool for directs */
H A Dufs_vfsops.c71 pool_cache_t ufs_direct_cache;
/netbsd-src/regress/sys/kern/allocfree/
H A Dallocfree.c61 static pool_cache_t cache;
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dslab.h171 pool_cache_t kc_pool_cache;
/netbsd-src/sys/dev/hyperv/
H A Dvmbusvar.h176 pool_cache_t sc_msgpool;

123