Symbol: kmem_cache
usr/src/cmd/mdb/common/modules/genunix/genunix.c
4322
"print kernel memory caches", kmem_cache, kmem_cache_help},
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3031
struct kmem_cache kmv_cache; /* the cache we're operating on */
usr/src/cmd/mdb/common/modules/genunix/kmem.h
87
extern int kmem_cache(uintptr_t, uint_t, int, const mdb_arg_t *);
usr/src/common/net/patricia/radix.c
97
static struct kmem_cache *radix_mask_cache; /* for rn_mkfreelist */
usr/src/common/net/patricia/radix.c
98
static struct kmem_cache *radix_node_cache;
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
247
struct kmem_cache *cp;
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
96
static struct kmem_cache *dblk_cache[DBLK_MAX_CACHE / DBLK_MIN_SIZE];
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
97
static struct kmem_cache *mblk_cache;
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
98
static struct kmem_cache *dblk_esb_cache;
usr/src/uts/common/crypto/core/kcf_sched.c
69
static struct kmem_cache *kcf_sreq_cache;
usr/src/uts/common/crypto/core/kcf_sched.c
70
static struct kmem_cache *kcf_areq_cache;
usr/src/uts/common/crypto/core/kcf_sched.c
71
static struct kmem_cache *kcf_context_cache;
usr/src/uts/common/crypto/io/crypto.c
169
static struct kmem_cache *crypto_session_cache;
usr/src/uts/common/disp/thread.c
80
struct kmem_cache *thread_cache; /* cache of free threads */
usr/src/uts/common/disp/thread.c
81
struct kmem_cache *lwp_cache; /* cache of free lwps */
usr/src/uts/common/disp/thread.c
82
struct kmem_cache *turnstile_cache; /* cache of free turnstiles */
usr/src/uts/common/fs/dcfs/dc_vnops.c
133
struct kmem_cache *dcnode_cache;
usr/src/uts/common/fs/dcfs/dc_vnops.c
134
struct kmem_cache *dcbuf_cache[DCCACHESIZE];
usr/src/uts/common/fs/dcfs/dc_vnops.c
929
struct kmem_cache **cpp;
usr/src/uts/common/fs/fdbuffer.c
47
static struct kmem_cache *fdb_cache;
usr/src/uts/common/fs/fifofs/fifosubr.c
130
struct kmem_cache *fnode_cache;
usr/src/uts/common/fs/fifofs/fifosubr.c
131
struct kmem_cache *pipe_cache;
usr/src/uts/common/fs/hsfs/hsfs_node.c
178
struct kmem_cache *hsnode_cache; /* free hsnode cache */
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
127
struct kmem_cache *hio_cache;
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
128
struct kmem_cache *hio_info_cache;
usr/src/uts/common/fs/nfs/nfs4_acache.c
41
static struct kmem_cache *acache4_cache;
usr/src/uts/common/fs/nfs/nfs4_rnode.c
137
static struct kmem_cache *rnode4_cache;
usr/src/uts/common/fs/nfs/nfs4_shadow.c
39
static struct kmem_cache *svnode_cache;
usr/src/uts/common/fs/nfs/nfs4_subr.c
100
static struct kmem_cache *chtab4_cache;
usr/src/uts/common/fs/nfs/nfs_auth.c
54
static struct kmem_cache *exi_cache_handle;
usr/src/uts/common/fs/nfs/nfs_log.c
152
struct kmem_cache *mem_cache;
usr/src/uts/common/fs/nfs/nfs_log.c
69
struct kmem_cache *alloc_cache; /* keep track of cache ptr */
usr/src/uts/common/fs/nfs/nfs_subr.c
141
static struct kmem_cache *rnode_cache;
usr/src/uts/common/fs/nfs/nfs_subr.c
163
static struct kmem_cache *acache_cache;
usr/src/uts/common/fs/nfs/nfs_subr.c
223
static struct kmem_cache *chtab_cache;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr2.c
122
static struct kmem_cache *smbnode_cache;
usr/src/uts/common/fs/sockfs/socksubr.c
102
struct kmem_cache *socket_cache;
usr/src/uts/common/fs/sockfs/socktpi.c
196
static struct kmem_cache *socktpi_cache, *socktpi_unix_cache;
usr/src/uts/common/fs/sockfs/sodirect.c
55
static struct kmem_cache *sock_sod_cache;
usr/src/uts/common/fs/specfs/specsubr.c
74
struct kmem_cache *snode_cache;
usr/src/uts/common/fs/ufs/lufs.c
62
struct kmem_cache *lufs_sv;
usr/src/uts/common/fs/ufs/lufs.c
63
struct kmem_cache *lufs_bp;
usr/src/uts/common/fs/ufs/lufs_log.c
46
extern struct kmem_cache *lufs_sv;
usr/src/uts/common/fs/ufs/lufs_log.c
47
extern struct kmem_cache *lufs_bp;
usr/src/uts/common/fs/ufs/lufs_map.c
48
extern struct kmem_cache *lufs_bp;
usr/src/uts/common/fs/ufs/ufs_directio.c
135
static struct kmem_cache *directio_buf_cache;
usr/src/uts/common/fs/ufs/ufs_inode.c
80
struct kmem_cache *inode_cache; /* cache of free inodes */
usr/src/uts/common/fs/ufs/ufs_thread.c
61
extern struct kmem_cache *inode_cache; /* cache of free inodes */
usr/src/uts/common/inet/ilb/ilb_conn.c
74
static struct kmem_cache *ilb_conn_cache = NULL;
usr/src/uts/common/inet/ilb/ilb_conn.c
91
static struct kmem_cache *ilb_sticky_cache = NULL;
usr/src/uts/common/inet/ip.h
2597
extern struct kmem_cache *rt_entry_cache;
usr/src/uts/common/inet/ip.h
2940
extern struct kmem_cache *ire_cache;
usr/src/uts/common/inet/ip/ip_ire.c
217
struct kmem_cache *ire_cache;
usr/src/uts/common/inet/ip/ip_ire.c
218
struct kmem_cache *ncec_cache;
usr/src/uts/common/inet/ip/ip_ire.c
219
struct kmem_cache *nce_cache;
usr/src/uts/common/inet/ip/ip_ire.c
71
struct kmem_cache *rt_entry_cache;
usr/src/uts/common/inet/ip/ipclassifier.c
319
struct kmem_cache *tcp_conn_cache;
usr/src/uts/common/inet/ip/ipclassifier.c
320
struct kmem_cache *ip_conn_cache;
usr/src/uts/common/inet/ip/ipclassifier.c
321
extern struct kmem_cache *sctp_conn_cache;
usr/src/uts/common/inet/ip/ipclassifier.c
322
struct kmem_cache *udp_conn_cache;
usr/src/uts/common/inet/ip/ipclassifier.c
323
struct kmem_cache *rawip_conn_cache;
usr/src/uts/common/inet/ip/ipclassifier.c
324
struct kmem_cache *rts_conn_cache;
usr/src/uts/common/inet/ip/ipclassifier.c
582
struct kmem_cache *conn_cache;
usr/src/uts/common/inet/sctp/sctp.c
127
struct kmem_cache *sctp_conn_cache;
usr/src/uts/common/inet/sctp/sctp_common.c
58
static struct kmem_cache *sctp_kmem_faddr_cache;
usr/src/uts/common/inet/sctp/sctp_input.c
57
static struct kmem_cache *sctp_kmem_set_cache;
usr/src/uts/common/inet/sctp/sctp_output.c
81
static struct kmem_cache *sctp_kmem_ftsn_set_cache;
usr/src/uts/common/inet/tcp.h
550
extern struct kmem_cache *tcp_sack_info_cache;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
205
struct kmem_cache *fctl_job_cache;
usr/src/uts/common/io/ib/clients/rds/rdssubr.c
62
struct kmem_cache *rds_alloc_cache;
usr/src/uts/common/io/ib/clients/rdsv3/connection.c
55
static struct kmem_cache *rdsv3_conn_slab = NULL;
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
54
static struct kmem_cache *rdsv3_ib_incoming_slab;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2851
struct kmem_cache *kmem_cachep;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
105
struct kmem_cache *kmem_cachep;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
1171
struct kmem_cache *kmem_cachep;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_send.c
402
struct kmem_cache *kmem_cachep;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1255
struct kmem_cache *kmem_cachep;
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1351
struct kmem_cache *kmem_cachep;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
140
static struct kmem_cache *tcl_cache = NULL; /* tunnel cache */
usr/src/uts/common/io/ptms_conf.c
224
static struct kmem_cache *ptms_cache = NULL; /* pty cache */
usr/src/uts/common/io/stream.c
164
static struct kmem_cache *dblk_cache[DBLK_MAX_CACHE / DBLK_MIN_SIZE];
usr/src/uts/common/io/stream.c
165
static struct kmem_cache *mblk_cache;
usr/src/uts/common/io/stream.c
166
static struct kmem_cache *dblk_esb_cache;
usr/src/uts/common/io/stream.c
167
static struct kmem_cache *fthdr_cache;
usr/src/uts/common/io/stream.c
168
static struct kmem_cache *ftblk_cache;
usr/src/uts/common/io/stream.c
360
struct kmem_cache *cp;
usr/src/uts/common/klm/nlm_impl.c
136
static struct kmem_cache *nlm_hosts_cache = NULL;
usr/src/uts/common/klm/nlm_impl.c
137
static struct kmem_cache *nlm_vhold_cache = NULL;
usr/src/uts/common/klm/nlm_rpc_handle.c
60
static struct kmem_cache *nlm_rpch_cache = NULL;
usr/src/uts/common/os/cred.c
89
static struct kmem_cache *cred_cache;
usr/src/uts/common/os/flock.c
87
struct kmem_cache *flk_edge_cache;
usr/src/uts/common/os/fork.c
93
extern struct kmem_cache *process_cache;
usr/src/uts/common/os/logsubr.c
62
static struct kmem_cache *log_cons_cache; /* log_t cache */
usr/src/uts/common/os/mem_config.c
84
static struct kmem_cache *memseg_cache;
usr/src/uts/common/os/pid.c
76
extern struct kmem_cache *process_cache;
usr/src/uts/common/os/strsubr.c
323
struct kmem_cache *stream_head_cache;
usr/src/uts/common/os/strsubr.c
324
struct kmem_cache *queue_cache;
usr/src/uts/common/os/strsubr.c
325
struct kmem_cache *syncq_cache;
usr/src/uts/common/os/strsubr.c
326
struct kmem_cache *qband_cache;
usr/src/uts/common/os/strsubr.c
327
struct kmem_cache *linkinfo_cache;
usr/src/uts/common/os/strsubr.c
328
struct kmem_cache *ciputctrl_cache = NULL;
usr/src/uts/common/os/vm_subr.c
91
static struct kmem_cache *physio_buf_cache;
usr/src/uts/common/rpc/auth.h
333
extern struct kmem_cache *authkern_cache;
usr/src/uts/common/rpc/auth.h
336
extern struct kmem_cache *authnone_cache;
usr/src/uts/common/rpc/auth.h
339
extern struct kmem_cache *authloopback_cache;
usr/src/uts/common/rpc/clnt_clts.c
141
static struct kmem_cache *endpnt_cache; /* cache of endpnt_t's */
usr/src/uts/common/rpc/sec/sec_clnt.c
76
struct kmem_cache *authkern_cache;
usr/src/uts/common/rpc/sec/sec_clnt.c
78
struct kmem_cache *authnone_cache;
usr/src/uts/common/rpc/sec/sec_clnt.c
80
struct kmem_cache *authloopback_cache;
usr/src/uts/common/rpc/sec/svcauthdes.c
106
static struct kmem_cache *authdes_cache_handle;
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
130
static struct kmem_cache *ga_cache_handle;
usr/src/uts/common/sys/1394/s1394.h
640
struct kmem_cache *hal_kmem_cachep;
usr/src/uts/common/sys/fibre-channel/impl/fctl_private.h
519
struct kmem_cache *fp_pkt_cache;
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
215
struct kmem_cache *fcip_xmit_cache; /* cache of xmit pkts */
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
224
struct kmem_cache *fcip_sendup_cache; /* for sendup elems */
usr/src/uts/common/sys/flock_impl.h
189
extern struct kmem_cache *flk_edge_cache;
usr/src/uts/common/sys/fs/decomp.h
56
struct kmem_cache *dc_bufcache;
usr/src/uts/common/sys/fs/fifonode.h
162
extern struct kmem_cache *fnode_cache;
usr/src/uts/common/sys/fs/fifonode.h
163
extern struct kmem_cache *pipe_cache;
usr/src/uts/common/sys/fs/snode.h
145
extern struct kmem_cache *snode_cache;
usr/src/uts/common/sys/ib/adapters/hermon/hermon_fm.h
66
struct kmem_cache *fm_acc_cache; /* HCA acc handle cache */
usr/src/uts/common/sys/ib/clients/rdsv3/ib.h
202
struct kmem_cache *ib_frag_slab;
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_impl.h
220
struct kmem_cache *isq_send_wqes_cache; /* Send WQE cache */
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_impl.h
221
struct kmem_cache *isq_recv_wqes_cache; /* Receive WQE cache */
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_impl.h
506
struct kmem_cache *ci_send_wqes_cache; /* Send WQE cache */
usr/src/uts/common/sys/ib/mgt/ibmf/ibmf_impl.h
507
struct kmem_cache *ci_recv_wqes_cache; /* Receive WQE cache */
usr/src/uts/common/sys/klwp.h
208
extern struct kmem_cache *lwp_cache;
usr/src/uts/common/sys/kmem.h
88
struct kmem_cache; /* cache structure is opaque to kmem clients */
usr/src/uts/common/sys/kmem.h
90
typedef struct kmem_cache kmem_cache_t;
usr/src/uts/common/sys/kmem_impl.h
225
struct kmem_cache *slab_cache; /* controlling cache */
usr/src/uts/common/sys/port_impl.h
158
struct kmem_cache *pc_cache; /* port event structures */
usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
788
struct kmem_cache *m_kmem_cache;
usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
789
struct kmem_cache *m_cache_frames;
usr/src/uts/common/sys/scsi/targets/sddef.h
532
struct kmem_cache *un_wm_cache; /* fast alloc in non-512 write case */
usr/src/uts/common/sys/stream.h
404
struct kmem_cache *buffer_cache;
usr/src/uts/common/sys/stream.h
405
struct kmem_cache *dblk_cache;
usr/src/uts/common/sys/strsubr.h
1291
extern struct kmem_cache *ciputctrl_cache;
usr/src/uts/common/vm/seg_vn.c
231
static struct kmem_cache *segvn_cache;
usr/src/uts/common/vm/seg_vn.c
232
static struct kmem_cache **segvn_szc_cache;
usr/src/uts/common/vm/seg_vn.c
385
static struct kmem_cache *svntr_cache;
usr/src/uts/common/vm/seg_vn.c
443
segvn_szc_cache = (struct kmem_cache **)kmem_alloc(
usr/src/uts/common/vm/seg_vn.c
444
(segvn_maxpgszc + 1) * sizeof (struct kmem_cache *),
usr/src/uts/common/vm/vm_anon.c
144
static struct kmem_cache *anon_cache;
usr/src/uts/common/vm/vm_anon.c
145
static struct kmem_cache *anonmap_cache;
usr/src/uts/common/vm/vm_as.c
74
static struct kmem_cache *as_cache;
usr/src/uts/common/vm/vm_pvn.c
81
static struct kmem_cache *marker_cache = NULL;
usr/src/uts/common/vm/vm_seg.c
1555
static struct kmem_cache *seg_cache;
usr/src/uts/intel/sys/acpi/platform/aclinux.h
246
#define ACPI_CACHE_T struct kmem_cache
usr/src/uts/sfmmu/vm/hat_sfmmu.c
10930
struct kmem_cache *sfmmu_cache = NULL;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
12701
struct kmem_cache *kmem_cachep = tsbinfo->tsb_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
12804
struct kmem_cache *kmem_cachep = NULL;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
229
static struct kmem_cache *sfmmuid_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
230
static struct kmem_cache *mmuctxdom_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
235
static struct kmem_cache *sfmmu_tsbinfo_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
236
static struct kmem_cache *sfmmu_tsb8k_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
237
static struct kmem_cache *sfmmu_tsb_cache[NLGRPS_MAX];
usr/src/uts/sfmmu/vm/hat_sfmmu.c
245
static struct kmem_cache *sfmmu8_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
246
static struct kmem_cache *sfmmu1_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
247
static struct kmem_cache *pa_hment_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
253
static struct kmem_cache *ism_blk_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
254
static struct kmem_cache *ism_ment_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
275
static struct kmem_cache *srd_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
277
static struct kmem_cache *region_cache;
usr/src/uts/sfmmu/vm/hat_sfmmu.c
278
static struct kmem_cache *scd_cache;
usr/src/uts/sparc/v9/sys/machpcb.h
100
struct kmem_cache;
usr/src/uts/sparc/v9/sys/machpcb.h
101
extern struct kmem_cache *wbuf32_cache;
usr/src/uts/sparc/v9/sys/machpcb.h
102
extern struct kmem_cache *wbuf64_cache;
usr/src/uts/sun/sys/scsi/adapters/fasvar.h
435
struct kmem_cache *f_kmem_cache;
usr/src/uts/sun/sys/scsi/adapters/sfvar.h
95
struct kmem_cache *sf_pkt_cache;
usr/src/uts/sun4u/cpu/spitfire.c
3466
struct kmem_cache *sf_private_cache;
usr/src/uts/sun4u/cpu/spitfire.c
3808
struct kmem_cache *sf_private_cache;
usr/src/uts/sun4u/cpu/us3_common.c
5484
struct kmem_cache *ch_private_cache;
usr/src/uts/sun4u/sys/us3_module.h
628
extern struct kmem_cache *ch_private_cache;