Home
last modified time | relevance | path

Searched refs:n_free (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmstat.c66 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 Dmalloc.c309 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 Dvmdebug.c711 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.n_free),-1), ',');
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl108 set n_free [expr {$file_pgcnt-$total_primary-$total_overflow}]
109 if {$n_free>0} {incr n_free -1}
110 puts "-- Total pages on freelist: $n_free"
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dmemfatal.c62 …", (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()
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c469 dmfep->tx.n_free = dmfep->tx.n_desc; in dmfe_init_rings()
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 <= dmfe_tx_min_free) { in dmfe_send_msg()
1054 if (dmfep->tx.n_free-- == dmfep->tx.n_desc) in dmfe_send_msg()
1056 ASSERT(dmfep->tx.n_free >= 1); in dmfe_send_msg()
1682 if (dmfep->tx.n_free < dmfep->tx.n_desc) { in dmfe_tick_stall_check()
H A Ddmfe_impl.h76 uint32_t n_free; /* # of free descriptors */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dvmstate.c108 *pn = state->vs.n_free; in key()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h48 int n_free; /* number of free blocks */ member