MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gap_stats_counting

Function gap_stats_counting

freebsd/kern/subr_blist.c:428–433  ·  view source on GitHub ↗

* gap_stats_counting() - is the state 'counting 1 bits'? * or 'skipping 0 bits'? */

Source from the content-addressed store, hash-verified

426 * or 'skipping 0 bits'?
427 */
428static inline bool
429gap_stats_counting(const struct gap_stats *stats)
430{
431
432 return (stats->start != SWAPBLK_NONE);
433}
434
435/*
436 * init_gap_stats() - initialize stats on gap sizes

Callers 2

update_gap_statsFunction · 0.85
blist_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected