Searched defs:nbusy (Results 1 - 3 of 3) sorted by relevance

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

Completed in 89 milliseconds