Searched refs:dbytes (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/ |
D | s3fb.c | 609 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; in s3fb_set_par() local 740 dbytes = info->var.xres * ((bpp+7)/8); in s3fb_set_par() 741 vga_wcrt(par->state.vgabase, 0x91, (dbytes + 7) / 8); in s3fb_set_par() 742 vga_wcrt(par->state.vgabase, 0x90, (((dbytes + 7) / 8) >> 8) | 0x80); in s3fb_set_par()
|
/linux-6.1.9/block/ |
D | blk-cgroup.c | 916 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_one_stat() local 935 dbytes = bis->cur.bytes[BLKG_IOSTAT_DISCARD]; in blkcg_print_one_stat() 944 dbytes, dios); in blkcg_print_one_stat()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 4843 u64 dbytes; in mlx5e_tc_stats_matchall() local 4848 dbytes = cur_stats.rx_bytes - rpriv->prev_vf_vport_stats.rx_bytes; in mlx5e_tc_stats_matchall() 4850 flow_stats_update(&ma->stats, dbytes, dpkts, 0, jiffies, in mlx5e_tc_stats_matchall()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1697 dbytes Bytes discarded 1703 8:16 rbytes=1459200 wbytes=314773504 rios=192 wios=353 dbytes=0 dios=0 1704 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021
|