Home
last modified time | relevance | path

Searched refs:kmem_cache_alloc (Results 1 – 25 of 234) sorted by relevance

12345678910

/titanic_41/usr/src/uts/common/c2/
H A Daudit_mem.c60 buffer = kmem_cache_alloc(au_buf_cache, KM_NOSLEEP); in au_get_buff()
67 buffer = kmem_cache_alloc(au_buf_cache, KM_SLEEP); in au_get_buff()
/titanic_41/usr/src/uts/common/syscall/
H A Drctlsys.c266 nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_get()
330 oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_get()
438 nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set()
450 oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set()
451 rval1 = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set()
452 rval2 = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set()
936 new_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_projset()
937 alloc_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_projset()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_sack.c256 if ((new = kmem_cache_alloc( in tcp_notsack_insert()
399 if ((tmp = kmem_cache_alloc(tcp_notsack_blk_cache, in tcp_notsack_update()
428 tmp->next = kmem_cache_alloc(tcp_notsack_blk_cache, KM_NOSLEEP); in tcp_notsack_update()
/titanic_41/usr/src/uts/common/net/
H A Dradix.h177 #define R_Malloc(p, c, n) p = kmem_cache_alloc((c), KM_NOSLEEP)
179 if (p = kmem_cache_alloc((c), KM_NOSLEEP)) {\
/titanic_41/usr/src/uts/common/fs/zfs/
H A Drefcount.c124 ref = kmem_cache_alloc(reference_cache, KM_SLEEP); in refcount_add_many()
167 kmem_cache_alloc(reference_history_cache, in refcount_remove_many()
/titanic_41/usr/src/uts/common/os/
H A Daudit_core.c85 pad0 = kmem_cache_alloc(au_pad_cache, KM_SLEEP); in audit_init()
217 pad = kmem_cache_alloc(au_pad_cache, KM_SLEEP); in audit_newproc()
H A Did32.c78 void **hent = kmem_cache_alloc(id32_cache, kmflag); in id32_alloc()
H A Dmodhash.c554 entry = kmem_cache_alloc(mh_e_cache, hash->mh_sleep); in i_mod_hash_insert_nosync()
630 *handlep = kmem_cache_alloc(mh_e_cache, hash->mh_sleep); in mod_hash_reserve()
642 *handlep = kmem_cache_alloc(mh_e_cache, KM_NOSLEEP); in mod_hash_reserve_nosleep()
H A Dport_subr.c262 pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP); in port_alloc_event()
323 pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP); in port_alloc_event_local()
358 kmem_cache_alloc(port_control.pc_cache, KM_SLEEP); in port_alloc_event_block()
H A Dtlabel.c88 ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag); in labelalloc()
109 ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag); in labeldup()
/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dtable.c81 table[x].next = kmem_cache_alloc(ht_node_cache, KM_SLEEP); in ht_insert()
102 p = kmem_cache_alloc(ht_node_cache, KM_SLEEP); in ht_insert()
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c147 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in lwp_stk_init()
150 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in lwp_stk_init()
216 wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in lwp_forkregs()
220 wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in lwp_forkregs()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauth_none.c63 return (kmem_cache_alloc(authnone_cache, KM_SLEEP)); in authnone_create()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem.h128 extern void *kmem_cache_alloc(kmem_cache_t *, int);
H A Dstrft.h152 _hp = kmem_cache_alloc(fthdr_cache, KM_NOSLEEP); \
/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c471 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_send_stat_ok()
486 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_send_stat_err()
544 err_ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_error()
996 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in md_sp_strategy()
1038 cs = kmem_cache_alloc(sp_child_cache, MD_ALLOCFLAGS); in md_sp_strategy()
1147 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_directed_read()
1176 cs = kmem_cache_alloc(sp_child_cache, MD_ALLOCFLAGS); in sp_directed_read()
/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c268 c = kmem_cache_alloc(sda_cmd_cache, kmflag); in sda_cmd_alloc()
301 c = kmem_cache_alloc(sda_cmd_cache, kmflag); in sda_cmd_alloc_acmd()
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dkmem.c113 kmem_cache_alloc(kmem_cache_t *kc, int kmflags) in kmem_cache_alloc() function
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c104 so = kmem_cache_alloc(socket_cache, kmflags); in socksdp_create()
H A Dsockmod_sctp.c141 ss = kmem_cache_alloc(sosctp_sockcache, kmflags); in socksctp_create()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vfs.c64 smb_vfs = kmem_cache_alloc(smb_kshare_cache_vfs, KM_SLEEP); in smb_vfs_hold()
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c137 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp()
138 csp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp()
229 sp = kmem_cache_alloc(snode_cache, KM_SLEEP); in makespecvp()
585 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in commonvp()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h183 (rdp) = kmem_cache_alloc(nl7c_uri_rd_kmc, KM_SLEEP); \
/titanic_41/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c77 rxb = kmem_cache_alloc(cache, kmflags); in rxbuf_alloc()
/titanic_41/usr/src/uts/common/fs/
H A Dfdbuffer.c104 fdb = kmem_cache_alloc(fdb_cache, KM_SLEEP); in fdb_page_create()
132 fdb = kmem_cache_alloc(fdb_cache, KM_SLEEP); in fdb_addr_create()

12345678910