Searched refs:n_free (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmstat.c62 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 Dmalloc.c629 mi.ordblks = sb.n_busy+sb.n_free;
653 ms.chunks_free = sb.n_free;
H A Dvmdebug.c763 bufp = (*_Vmstrcpy)(bufp, "n_free", '=');
764 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)st.n_free,-1), ',');
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dmemfatal.c60 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);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl111 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"
/illumos-gate/usr/src/lib/libcmd/common/
H A Dvmstate.c87 *pn = state->vs.n_free;
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h71 * NOTE: n_free and next_busy are only used for the Tx descriptors
76 uint32_t n_free; /* # of free descriptors */ member in struct:__anon5293
H A Ddmfe_main.c469 dmfep->tx.n_free = dmfep->tx.n_desc;
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;
1026 if (dmfep->tx.n_free <= dmfe_tx_reclaim_level &&
1028 dmfep->tx.n_free <
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h48 int n_free; /* number of free blocks */ member in struct:_vmstat_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h48 int n_free; /* number of free blocks */ member in struct:_vmstat_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h48 int n_free; /* number of free blocks */ member in struct:_vmstat_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h48 int n_free; /* number of free blocks */ member in struct:_vmstat_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h48 int n_free; /* number of free blocks */ member in struct:_vmstat_s

Completed in 85 milliseconds