Searched refs:freefrags (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dmem.c104 unsigned long freefrags; member in struct:stats
625 ctx->stats[new_size].freefrags += frags;
646 ctx->stats[total_size].freefrags++;
711 ctx->stats[new_size].freefrags--;
780 ctx->stats[new_size].freefrags++;
1442 (s->blocks != 0U || s->freefrags != 0U))
1444 s->blocks, s->freefrags);
/freebsd-13-stable/sbin/fsck_ffs/
H A Dsuj.c120 static uint64_t freefrags; variable
453 freefrags++;
2429 freeinos, freedir, freeblocks, freefrags);
2447 freefrags = 0;

Completed in 167 milliseconds