/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmstat.c | 62 st->n_busy = st->n_free = 0; 72 st->n_free += 1; 89 st->n_free += 1; 108 st->n_free += 1; 117 st->n_free += (SIZE(seg->free)+sizeof(Head_t))/s; 123 { st->n_busy -= st->n_free; 126 if(st->n_free > 0) 127 st->s_free = (st->m_free = vd->pool)*st->n_free;
|
H A D | malloc.c | 629 mi.ordblks = sb.n_busy+sb.n_free; in mallinfo() 653 ms.chunks_free = sb.n_free; in mstats()
|
H A D | vmdebug.c | 764 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)st.n_free,-1), ',');
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmstat.c | 66 st->n_busy = st->n_free = 0; 79 st->n_free += 1; 96 st->n_free += 1; 117 st->n_free += 1; 126 st->n_free += (SIZE(seg->free)+sizeof(Head_t))/s; 132 { st->n_busy -= st->n_free; 135 if(st->n_free > 0) 136 st->s_free = (st->m_free = vd->pool)*st->n_free;
|
H A D | malloc.c | 309 st->n_free += vmst.n_free; in _mallocstat() 957 mi.ordblks = sb.n_busy+sb.n_free; in mallinfo() 981 ms.chunks_free = sb.n_free; in mstats()
|
H A D | vmdebug.c | 710 bufp = (*_Vmstrcpy)(bufp, "n_free", '='); 711 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.n_free),-1), ',');
|
/titanic_51/usr/src/lib/libsqlite/tool/ |
H A D | space_used.tcl | 111 set n_free [expr {$file_pgcnt-$total_primary-$total_overflow}] 112 if {$n_free>0} {incr n_free -1} 113 puts "-- Total pages on freelist: $n_free"
|
/titanic_51/usr/src/lib/libast/common/disc/ |
H A D | memfatal.c | 60 …", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_f… in nomalloc()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | memfatal.c | 62 error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free); in nomalloc()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | vmstate.c | 87 *pn = state->vs.n_free; in key()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | vmstate.c | 108 *pn = state->vs.n_free; in key()
|
/titanic_51/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 469 dmfep->tx.n_free = dmfep->tx.n_desc; in dmfe_init_rings() 792 * <tx.n_free>; but there may also be some more entries which the 809 * tx.next_busy tx.n_free = 16 821 * tx.next_busy tx.n_free = 9 833 * tx.next_busy tx.n_free = 13 836 * the CPU; thus <tx.n_free> should always be >= 1. 846 * tx.next_busy tx.n_free = 1 976 dmfep->tx.n_free += 1; in dmfe_reclaim_tx_desc() 1026 if (dmfep->tx.n_free <= dmfe_tx_reclaim_level && in dmfe_send_msg() 1028 dmfep->tx.n_free < in dmfe_send_msg() [all...] |
H A D | dmfe_impl.h | 71 * NOTE: n_free and next_busy are only used for the Tx descriptors 76 uint32_t n_free; /* # of free descriptors */ member
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|