Searched refs:kmem_cache (Results 26 - 50 of 106) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dptms_conf.c217 static struct kmem_cache *ptms_cache = NULL; /* pty cache */
H A Dmultidata.c94 static struct kmem_cache *mmd_cache;
95 static struct kmem_cache *pd_slab_cache;
96 static struct kmem_cache *pattbl_cache;
107 * Patchable kmem_cache flags.
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dvm_subr.c92 static struct kmem_cache *physio_buf_cache;
H A Dlogsubr.c59 static struct kmem_cache *log_cons_cache; /* log_t cache */
H A Dpid.c74 extern struct kmem_cache *process_cache;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h519 struct kmem_cache *fp_pkt_cache;
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h202 struct kmem_cache *ib_frag_slab;
/opensolaris-onvv-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h95 struct kmem_cache *sf_pkt_cache;
H A Dfasvar.h435 struct kmem_cache *f_kmem_cache;
/opensolaris-onvv-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c132 struct kmem_cache *dcnode_cache;
133 struct kmem_cache *dcbuf_cache[DCCACHESIZE];
927 struct kmem_cache **cpp;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c220 * created i.e., which kmem_cache it comes from.
316 struct kmem_cache *tcp_conn_cache;
317 struct kmem_cache *ip_conn_cache;
318 extern struct kmem_cache *sctp_conn_cache;
319 struct kmem_cache *udp_conn_cache;
320 struct kmem_cache *rawip_conn_cache;
321 struct kmem_cache *rts_conn_cache;
579 struct kmem_cache *conn_cache;
H A Dip_ire.c71 struct kmem_cache *rt_entry_cache;
217 struct kmem_cache *ire_cache;
218 struct kmem_cache *ncec_cache;
219 struct kmem_cache *nce_cache;
1652 /* Count how many condemned ires for kmem_cache callback */
2199 * kmem_cache callback to free up memory.
2620 /* Count how many condemned ires for kmem_cache callback */
/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dthread.c77 struct kmem_cache *thread_cache; /* cache of free threads */
78 struct kmem_cache *lwp_cache; /* cache of free lwps */
79 struct kmem_cache *turnstile_cache; /* cache of free turnstiles */
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c49 static struct kmem_cache *fdb_cache;
/opensolaris-onvv-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c146 struct kmem_cache *kssl_cache;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dconnection.c55 static struct kmem_cache *rdsv3_conn_slab = NULL;
H A Dib_recv.c53 static struct kmem_cache *rdsv3_ib_incoming_slab;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dflock_impl.h189 extern struct kmem_cache *flk_edge_cache;
/opensolaris-onvv-gate/usr/src/common/net/patricia/
H A Dradix.c97 static struct kmem_cache *radix_mask_cache; /* for rn_mkfreelist */
98 static struct kmem_cache *radix_node_cache;
/opensolaris-onvv-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c129 struct kmem_cache *fnode_cache;
130 struct kmem_cache *pipe_cache;
/opensolaris-onvv-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c65 static struct kmem_cache *kcf_sreq_cache;
66 static struct kmem_cache *kcf_areq_cache;
67 static struct kmem_cache *kcf_context_cache;
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c114 static struct kmem_cache *smbnode_cache;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_send.c404 struct kmem_cache *kmem_cachep;
/opensolaris-onvv-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c104 static struct kmem_cache *authdes_cache_handle;
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h628 extern struct kmem_cache *ch_private_cache;

Completed in 295 milliseconds

12345