Home
last modified time | relevance | path

Searched defs:vmem (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h111 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
133 vmem_seg_t vm_seg0; /* anchor segment */ argument
137 vmem_freelist_t vm_freelist[VMEM_FREELISTS + 1]; /* power-of-2 flists */ argument
[all …]
/illumos-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h107 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
122 vmem_seg_t *vm_segfree; /* free vmem_seg_t list */ argument
127 vmem_seg_t vm_seg0; /* anchor segment */ argument
131 vmem_freelist_t vm_freelist[VMEM_FREELISTS + 1]; /* power-of-2 flists */ argument
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c104 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 Dtypegraph.c970 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 Dkmem.c2294 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 Dgenunix.c2467 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 Dleaky_subr.c128 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 Dumem.c2129 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 Dmbuf.c299 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/io/i40e/core/
H A Di40e_nvm.c697 struct i40e_virt_mem vmem; in i40e_calc_nvm_checksum() local
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c862 smb_mbc_put_mem(mbuf_chain_t *mbc, void *vmem, int mem_len) in smb_mbc_put_mem()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c3623 spgcnt_t vmem = btop(vmem_size(heap_arena, VMEM_FREE)); in kmem_maxavail() local