Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dfreelist.c49 long nbusy; /* The number of nodes that are in use */ member
105 fl->nbusy = 0; in _new_FreeList()
165 fl->nbusy = 0; in _rst_FreeList()
260 fl->nbusy++; in _new_FreeListNode()
292 fl->nbusy--; in _del_FreeListNode()
307 return fl ? fl->nbusy : 0; in _busy_FreeListNodes()
321 return fl ? (fl->ntotal - fl->nbusy) : 0; in _idle_FreeListNodes()
H A Dhistory.c189 int nbusy; /* The number of line segments in buffer[] that are */ member
281 glh->nbusy = 0; in _new_GlHistory()
1662 glh->nbusy = 0; in _glh_resize_history()
1683 glh->nbusy = 0; in _glh_resize_history()
1690 int nbusy; /* The number of used line segments in the new buffer */ in _glh_resize_history() local
1695 while(glh->list.head && glh->nbusy > nbuff) in _glh_resize_history()
1708 nbusy = 0; in _glh_resize_history()
1714 hnode->head = buffer + nbusy; in _glh_resize_history()
1716 buffer[nbusy] = *seg; in _glh_resize_history()
1717 buffer[nbusy].next = seg->next ? &buffer[nbusy+1] : NULL; in _glh_resize_history()
[all …]
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c7920 int nbusy = 0; in idn_deconfig() local
7927 nbusy++; in idn_deconfig()
7933 if (nbusy) in idn_deconfig()
7936 proc, domid, nbusy, dommask); in idn_deconfig()