* gap_stats_counting() - is the state 'counting 1 bits'? * or 'skipping 0 bits'? */
| 426 | * or 'skipping 0 bits'? |
| 427 | */ |
| 428 | static inline bool |
| 429 | gap_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 |
no outgoing calls
no test coverage detected