/titanic_41/usr/src/uts/common/sys/ |
H A D | vmem_impl.h | 113 struct vmem { struct 117 uint32_t vm_id; /* vmem id */ argument 121 size_t vm_quantum; /* vmem quantum */ argument 124 void *(*vm_source_alloc)(vmem_t *, size_t, int); argument 125 void (*vm_source_free)(vmem_t *, void *, size_t); argument 126 vmem_t *vm_source; /* vmem source for imported memory */ argument 127 vmem_t *vm_next; /* next in vmem_list */ argument 129 ssize_t vm_nsegfree; /* number of free vmem_seg_t's */ argument 130 vmem_seg_t *vm_segfree; /* free vmem_seg_t list */ argument 131 vmem_seg_t **vm_hash_table; /* allocated-segment hash table */ argument [all …]
|
/titanic_41/usr/src/lib/libumem/common/sys/ |
H A D | vmem_impl_user.h | 109 struct vmem { struct 113 uint32_t vm_id; /* vmem id */ argument 117 size_t vm_quantum; /* vmem quantum */ argument 119 vmem_alloc_t *vm_source_alloc; argument 120 vmem_free_t *vm_source_free; argument 121 vmem_t *vm_source; /* vmem source for imported memory */ argument 122 vmem_t *vm_next; /* next in vmem_list */ argument 123 ssize_t vm_nsegfree; /* number of free vmem_seg_t's */ argument 124 vmem_seg_t *vm_segfree; /* free vmem_seg_t list */ argument 125 vmem_seg_t **vm_hash_table; /* allocated-segment hash table */ argument [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 106 leaky_vmem_interested(const vmem_t *vmem) in leaky_vmem_interested() 115 leaky_vmem(uintptr_t addr, const vmem_t *vmem, leak_mtab_t **lmp) in leaky_vmem() 128 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in leaky_estimate_vmem() 142 vmem_t vmem; in leaky_interested() local
|
H A D | typegraph.c | 970 vmem_t vmem; in typegraph_interested() local 1020 typegraph_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in typegraph_estimate_vmem() 1187 typegraph_vmem(uintptr_t addr, const vmem_t *vmem, tg_node_t **tgp) in typegraph_vmem()
|
H A D | kmem.c | 2293 whatis_walk_vmem(uintptr_t addr, const vmem_t *vmem, whatis_info_t *wi) in whatis_walk_vmem() 3586 vmem(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in vmem() function
|
H A D | genunix.c | 2234 kgrep_walk_vmem(uintptr_t addr, const vmem_t *vmem, kgrep_walk_data_t *kg) in kgrep_walk_vmem()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | leaky_subr.c | 130 leaky_vmem(uintptr_t addr, const vmem_t *vmem, leak_mtab_t **lmp) in leaky_vmem() 145 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in leaky_estimate_vmem() 355 vmem_t vmem; in leaky_handle_anon_mappings() local 431 vmem_t vmem; in leaky_interested() local
|
H A D | umem.c | 2128 whatis_walk_vmem(uintptr_t addr, const vmem_t *vmem, whatis_info_t *wi) in whatis_walk_vmem() 3219 vmem(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in vmem() function
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | mbuf.c | 299 mb_put_mem(mbchain_t *mbp, const void *vmem, int size, int type) in mb_put_mem() 516 md_get_mem(mdchain_t *mbp, void *vmem, int size, int type) in md_get_mem()
|
/titanic_41/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_nvm.c | 638 struct i40e_virt_mem vmem; in i40e_calc_nvm_checksum() local
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 821 smb_mbc_put_mem(mbuf_chain_t *mbc, void *vmem, int mem_len) in smb_mbc_put_mem()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | kmem.c | 3566 spgcnt_t vmem = btop(vmem_size(heap_arena, VMEM_FREE)); in kmem_maxavail() local
|