Searched refs:n_free (Results 1 – 13 of 13) sorted by relevance
/titanic_41/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_41/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_41/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_41/usr/src/lib/libcmd/common/ |
H A D | vmstate.c | 87 *pn = state->vs.n_free; in key()
|
/titanic_41/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() 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 D | dmfe_impl.h | 76 uint32_t n_free; /* # of free descriptors */ member
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 48 int n_free; /* number of free blocks */ member
|