Home
last modified time | relevance | path

Searched refs:nbusy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dfreelist.c47 long nbusy; /* The number of nodes that are in use */ member
103 fl->nbusy = 0; in _new_FreeList()
163 fl->nbusy = 0; in _rst_FreeList()
258 fl->nbusy++; in _new_FreeListNode()
290 fl->nbusy--; in _del_FreeListNode()
305 return fl ? fl->nbusy : 0; in _busy_FreeListNodes()
319 return fl ? (fl->ntotal - fl->nbusy) : 0; in _idle_FreeListNodes()
H A Dhistory.c279 glh->nbusy = 0; in _new_GlHistory()
1660 glh->nbusy = 0; in _glh_resize_history()
1681 glh->nbusy = 0; in _glh_resize_history()
1706 nbusy = 0; in _glh_resize_history()
1714 buffer[nbusy] = *seg; in _glh_resize_history()
1715 buffer[nbusy].next = seg->next ? &buffer[nbusy+1] : NULL; in _glh_resize_history()
1716 nbusy++; in _glh_resize_history()
1736 glh->nbusy = nbusy; in _glh_resize_history()
1841 glh->nbusy = 0; in _glh_clear_history()
2226 glh->nbusy += nseg; in _glh_acquire_copy()
[all …]