Searched refs:dbytes (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | s3fb.c | 605 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; in s3fb_set_par() local 736 dbytes = info->var.xres * ((bpp+7)/8); in s3fb_set_par() 737 vga_wcrt(par->state.vgabase, 0x91, (dbytes + 7) / 8); in s3fb_set_par() 738 vga_wcrt(par->state.vgabase, 0x90, (((dbytes + 7) / 8) >> 8) | 0x80); in s3fb_set_par()
|
/Linux-v4.19/block/ |
D | blk-cgroup.c | 953 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_stat() local 976 dbytes = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_DISCARD]); in blkcg_print_stat() 991 dbytes, dios); in blkcg_print_stat()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1343 dbytes Bytes discarded 1349 8:16 rbytes=1459200 wbytes=314773504 rios=192 wios=353 dbytes=0 dios=0 1350 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021
|