Searched refs:bcwidth (Results 1 – 1 of 1) sorted by relevance
63 int bcwidth; member2188 pr_u64(bp, &cntr->bcnt, fo->bcwidth); in show_static_rule()2292 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_dyn_state()2295 pr_u64(bp, &d->bcnt, fo->bcwidth); in show_dyn_state()2562 if (width > fo->bcwidth) in prepare_format_dyn()2563 fo->bcwidth = width; in prepare_format_dyn()2611 int bcwidth, pcwidth, width; in prepare_format_opts() local2616 bcwidth = 0; in prepare_format_opts()2634 if (width > bcwidth) in prepare_format_opts()2635 bcwidth = width; in prepare_format_opts()[all …]