Searched refs:Vmdata_t (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmregion.c45 Vmdata_t *vd;
H A Dvmopen.c40 Vmdata_t vd; /* space for the region itself */
57 reg Vmdata_t* vd;
90 vd = (Vmdata_t*)addr;
119 vd = (Vmdata_t*)addr;
134 incr = sizeof(Vmdata_t);
136 else incr = OFFSET(Vmdata_t,root);
H A Dvmsegment.c44 reg Vmdata_t* vd = vm->data;
H A Dvmset.c45 reg Vmdata_t* vd = vm->data;
H A Dvmclose.c43 Vmdata_t* vd = vm->data;
H A Dvmclear.c45 reg Vmdata_t* vd = vm->data;
H A Dvmpool.c34 ** The following fields of Vmdata_t are used as:
49 reg Vmdata_t* vd = vm->data;
138 reg Vmdata_t* vd = vm->data;
187 reg Vmdata_t* vd = vm->data;
237 reg Vmdata_t* vd = vm->data;
301 reg Vmdata_t* vd = vm->data;
H A Dvmlast.c46 reg Vmdata_t* vd = vm->data;
116 reg Vmdata_t* vd = vm->data;
175 reg Vmdata_t* vd = vm->data;
318 reg Vmdata_t* vd = vm->data;
335 reg Vmdata_t* vd = vm->data;
356 reg Vmdata_t* vd = vm->data;
405 reg Vmdata_t* vd = vm->data;
H A Dvmbest.c93 static int vmisfree(Vmdata_t* vd, Block_t* b)
96 Vmdata_t* vd;
117 static int vmisjunk(Vmdata_t* vd, Block_t* b)
120 Vmdata_t* vd;
177 int _vmbestcheck(Vmdata_t* vd, Block_t* freeb)
180 Vmdata_t* vd;
254 static Block_t* bestsearch(Vmdata_t* vd, reg size_t size, Block_t* wanted)
257 Vmdata_t* vd;
370 static int bestreclaim(reg Vmdata_t* vd, Block_t* wanted, int c)
373 reg Vmdata_t* v
[all...]
H A Dvmdebug.c90 reg Vmdata_t* vd = vm->data;
276 reg Vmdata_t* vd = vm->data;
341 reg Vmdata_t* vd = vm->data;
387 reg Vmdata_t* vd = vm->data;
444 reg Vmdata_t* vd = vm->data;
512 reg Vmdata_t* vd = vm->data;
612 reg Vmdata_t* vd = vm->data;
709 reg Vmdata_t* vd = vm->data;
H A Dvmtrace.c112 Vmdata_t* vd = vm->data;
254 Vmdata_t* vd = vm->data;
H A Dvmstat.c46 reg Vmdata_t* vd = vm ? vm->data : Vmregion->data;
H A Dvmprivate.c51 reg Vmdata_t* vd = vm->data;
222 reg Vmdata_t* vd = vm->data;
H A Dvmhdr.h351 /* Vmdata_t typedef in <vmalloc.h> */
364 { Vmdata_t* vmdt; /* the data region holding this */
482 typedef Block_t* (*Vmsearch_f)_ARG_((Vmdata_t*, size_t, Block_t*));
509 extern int _vmbestcheck _ARG_((Vmdata_t*, Block_t*));
H A Dvmprofile.c476 reg Vmdata_t* vd = vm->data;
519 reg Vmdata_t* vd = vm->data;
584 reg Vmdata_t* vd = vm->data;
704 reg Vmdata_t* vd = vm->data;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h42 typedef struct _vmdata_s Vmdata_t; typedef in typeref:struct:_vmdata_s
80 Vmdata_t* data; /* the real region data */
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h42 typedef struct _vmdata_s Vmdata_t; typedef in typeref:struct:_vmdata_s
80 Vmdata_t* data; /* the real region data */
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h42 typedef struct _vmdata_s Vmdata_t; typedef in typeref:struct:_vmdata_s
80 Vmdata_t* data; /* the real region data */
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h42 typedef struct _vmdata_s Vmdata_t; typedef in typeref:struct:_vmdata_s
80 Vmdata_t* data; /* the real region data */
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h42 typedef struct _vmdata_s Vmdata_t; typedef in typeref:struct:_vmdata_s
80 Vmdata_t* data; /* the real region data */

Completed in 81 milliseconds