/illumos-gate/usr/src/uts/common/sys/ |
H A D | vmem_impl.h | 111 struct vmem { struct 115 uint32_t vm_id; /* vmem id */ argument 119 size_t vm_quantum; /* vmem quantum */ argument 122 void *(*vm_source_alloc)(vmem_t *, size_t, int); argument 123 void (*vm_source_free)(vmem_t *, void *, size_t); argument 124 vmem_t *vm_source; /* vmem source for imported memory */ argument 125 vmem_t *vm_next; /* next in vmem_list */ argument 127 ssize_t vm_nsegfree; /* number of free vmem_seg_t's */ argument 128 vmem_seg_t *vm_segfree; /* free vmem_seg_t list */ argument 129 vmem_seg_t **vm_hash_table; /* allocated-segment hash table */ argument [all …]
|
/illumos-gate/usr/src/lib/libumem/common/sys/ |
H A D | vmem_impl_user.h | 107 struct vmem { struct 111 uint32_t vm_id; /* vmem id */ argument 115 size_t vm_quantum; /* vmem quantum */ argument 117 vmem_alloc_t *vm_source_alloc; argument 118 vmem_free_t *vm_source_free; argument 119 vmem_t *vm_source; /* vmem source for imported memory */ argument 120 vmem_t *vm_next; /* next in vmem_list */ argument 121 ssize_t vm_nsegfree; /* number of free vmem_seg_t's */ argument 122 vmem_seg_t *vm_segfree; /* free vmem_seg_t list */ argument 123 vmem_seg_t **vm_hash_table; /* allocated-segment hash table */ argument [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 104 leaky_vmem_interested(const vmem_t *vmem) in leaky_vmem_interested() 113 leaky_vmem(uintptr_t addr, const vmem_t *vmem, leak_mtab_t **lmp) in leaky_vmem() 126 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in leaky_estimate_vmem() 140 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 | 2294 whatis_walk_vmem(uintptr_t addr, const vmem_t *vmem, whatis_info_t *wi) in whatis_walk_vmem() 3587 vmem(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in vmem() function
|
H A D | genunix.c | 2467 kgrep_walk_vmem(uintptr_t addr, const vmem_t *vmem, kgrep_walk_data_t *kg) in kgrep_walk_vmem()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | leaky_subr.c | 128 leaky_vmem(uintptr_t addr, const vmem_t *vmem, leak_mtab_t **lmp) in leaky_vmem() 143 leaky_estimate_vmem(uintptr_t addr, const vmem_t *vmem, size_t *est) in leaky_estimate_vmem() 353 vmem_t vmem; in leaky_handle_anon_mappings() local 429 vmem_t vmem; in leaky_interested() local
|
H A D | umem.c | 2129 whatis_walk_vmem(uintptr_t addr, const vmem_t *vmem, whatis_info_t *wi) in whatis_walk_vmem() 3220 vmem(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in vmem() function
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 862 smb_mbc_put_mem(mbuf_chain_t *mbc, void *vmem, int mem_len) in smb_mbc_put_mem()
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_nvm.c | 697 struct i40e_virt_mem vmem; in i40e_calc_nvm_checksum() local
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kmem.c | 3623 spgcnt_t vmem = btop(vmem_size(heap_arena, VMEM_FREE)); in kmem_maxavail() local
|