Searched refs:dio_fb_size (Results 1 – 1 of 1) sorted by relevance
283 static uint dio_fb_size; /* FB size for deferred IO */ variable406 size == 0 || offset >= dio_fb_size) in hvfb_docopy()409 if (offset + size > dio_fb_size) in hvfb_docopy()410 size = dio_fb_size - offset; in hvfb_docopy()797 hvfb_docopy(par, 0, dio_fb_size); in hvfb_on_panic()1044 dio_fb_size = in hvfb_getmem()1064 par->dio_vp = vzalloc(round_up(dio_fb_size, PAGE_SIZE)); in hvfb_getmem()1074 info->fix.smem_len = dio_fb_size; in hvfb_getmem()1076 info->screen_size = dio_fb_size; in hvfb_getmem()