FreeBSD kernel kern code
gap_stats Struct Reference

Data Fields

daddr_t start
 
daddr_t num
 
daddr_t max
 
daddr_t avg
 
daddr_t err
 
daddr_t histo [nitems(fib)]
 
int max_bucket
 

Detailed Description

Definition at line 422 of file subr_blist.c.

Field Documentation

◆ avg

daddr_t gap_stats::avg

Definition at line 426 of file subr_blist.c.

Referenced by dump_gap_stats(), and update_gap_stats().

◆ err

daddr_t gap_stats::err

Definition at line 427 of file subr_blist.c.

Referenced by update_gap_stats().

◆ histo

daddr_t gap_stats::histo[nitems(fib)]

Definition at line 428 of file subr_blist.c.

Referenced by dump_gap_stats(), and update_gap_stats().

◆ max

daddr_t gap_stats::max

Definition at line 425 of file subr_blist.c.

Referenced by dump_gap_stats(), and update_gap_stats().

◆ max_bucket

int gap_stats::max_bucket

Definition at line 429 of file subr_blist.c.

Referenced by dump_gap_stats(), and update_gap_stats().

◆ num

daddr_t gap_stats::num

Definition at line 424 of file subr_blist.c.

Referenced by dump_gap_stats(), and update_gap_stats().

◆ start

daddr_t gap_stats::start

Definition at line 423 of file subr_blist.c.

Referenced by gap_stats_counting(), init_gap_stats(), and update_gap_stats().


The documentation for this struct was generated from the following file: