Lines Matching refs:bcwidth
71 int bcwidth; member
2186 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_static_rule()
2188 pr_u64(bp, &cntr->bcnt, fo->bcwidth); in show_static_rule()
2291 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_dyn_state()
2294 pr_u64(bp, &d->bcnt, fo->bcwidth); in show_dyn_state()
2561 if (width > fo->bcwidth) in prepare_format_dyn()
2562 fo->bcwidth = width; in prepare_format_dyn()
2610 int bcwidth, pcwidth, width; in prepare_format_opts() local
2615 bcwidth = 0; in prepare_format_opts()
2633 if (width > bcwidth) in prepare_format_opts()
2634 bcwidth = width; in prepare_format_opts()
2637 fo->bcwidth = bcwidth; in prepare_format_opts()