Searched refs:s_nleft (Results 1 – 2 of 2) sorted by relevance
89 if (sp->s_nleft >= s) in salloc()105 sp->s_nleft = STRINGSIZE << index; in salloc()107 sp->s_nleft -= s; in salloc()141 if (delta <= sp->s_nleft) { in srealloc()143 sp->s_nleft -= delta; in srealloc()172 sp->s_nleft = STRINGSIZE << index; in sreset()
404 unsigned s_nleft; /* Number of bytes left here */ member