Searched refs:nbusy (Results 1 – 3 of 3) sorted by relevance
49 long nbusy; /* The number of nodes that are in use */ member105 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()
189 int nbusy; /* The number of line segments in buffer[] that are */ member281 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() local1695 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 …]
7920 int nbusy = 0; in idn_deconfig() local7927 nbusy++; in idn_deconfig()7933 if (nbusy) in idn_deconfig()7936 proc, domid, nbusy, dommask); in idn_deconfig()