Searched refs:freefrags (Results 1 – 2 of 2) sorted by relevance
90 u_long freefrags; member291 stats[new_size].freefrags += frags; in __memget_record()349 stats[new_size].freefrags--; in __memget_record()472 stats[new_size].freefrags++; in __memput_record()518 s->blocks, s->freefrags); in memstats()
605 void freefrags(daddr32_t, long, long);4862 freefrags(cfp->nfrag, cfp->frags, cfp->cylno); in unalloccsfragino()4873 freefrags(cfp->ofrag, cfp->frags, cfp->cylno); in unalloccsfragfree()5031 freefrags(daddr32_t frag, long frags, long cylno) in freefrags() function