Home
last modified time | relevance | path

Searched refs:kmem_cache (Results 1 – 25 of 97) sorted by relevance

1234

/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h100 struct kmem_cache;
101 extern struct kmem_cache *wbuf32_cache;
102 extern struct kmem_cache *wbuf64_cache;
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h88 struct kmem_cache; /* cache structure is opaque to kmem clients */
90 typedef struct kmem_cache kmem_cache_t;
H A Dkmem_impl.h225 struct kmem_cache *slab_cache; /* controlling cache */
340 struct kmem_cache { struct
H A Dklwp.h208 extern struct kmem_cache *lwp_cache;
H A Dstream.h403 struct kmem_cache *buffer_cache;
404 struct kmem_cache *dblk_cache;
H A Dport_impl.h158 struct kmem_cache *pc_cache; /* port event structures */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h162 extern struct kmem_cache *fnode_cache;
163 extern struct kmem_cache *pipe_cache;
H A Ddecomp.h56 struct kmem_cache *dc_bufcache;
H A Dsnode.h145 extern struct kmem_cache *snode_cache;
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h333 extern struct kmem_cache *authkern_cache;
336 extern struct kmem_cache *authnone_cache;
339 extern struct kmem_cache *authloopback_cache;
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h220 struct kmem_cache *isq_send_wqes_cache; /* Send WQE cache */
221 struct kmem_cache *isq_recv_wqes_cache; /* Receive WQE cache */
506 struct kmem_cache *ci_send_wqes_cache; /* Send WQE cache */
507 struct kmem_cache *ci_recv_wqes_cache; /* Receive WQE cache */
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinux.h246 #define ACPI_CACHE_T struct kmem_cache
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.h87 extern int kmem_cache(uintptr_t, uint_t, int, const mdb_arg_t *);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h215 struct kmem_cache *fcip_xmit_cache; /* cache of xmit pkts */
224 struct kmem_cache *fcip_sendup_cache; /* for sendup elems */
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_clnt.c76 struct kmem_cache *authkern_cache;
78 struct kmem_cache *authnone_cache;
80 struct kmem_cache *authloopback_cache;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h66 struct kmem_cache *fm_acc_cache; /* HCA acc handle cache */
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_stream.c96 static struct kmem_cache *dblk_cache[DBLK_MAX_CACHE / DBLK_MIN_SIZE];
97 static struct kmem_cache *mblk_cache;
98 static struct kmem_cache *dblk_esb_cache;
247 struct kmem_cache *cp; in streams_msg_init()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c60 static struct kmem_cache *nlm_rpch_cache = NULL;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c41 static struct kmem_cache *acache4_cache;
H A Dnfs4_shadow.c39 static struct kmem_cache *svnode_cache;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c318 struct kmem_cache *tcp_conn_cache;
319 struct kmem_cache *ip_conn_cache;
320 extern struct kmem_cache *sctp_conn_cache;
321 struct kmem_cache *udp_conn_cache;
322 struct kmem_cache *rawip_conn_cache;
323 struct kmem_cache *rts_conn_cache;
581 struct kmem_cache *conn_cache; in ipcl_conn_create()
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c133 struct kmem_cache *dcnode_cache;
134 struct kmem_cache *dcbuf_cache[DCCACHESIZE];
929 struct kmem_cache **cpp; in decompvp()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c62 struct kmem_cache *rds_alloc_cache;
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h95 struct kmem_cache *sf_pkt_cache;
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c91 static struct kmem_cache *physio_buf_cache;

1234