Home
last modified time | relevance | path

Searched refs:maxscan (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_page.c658 int maxscan = 0; in osc_lru_shrink() local
676 maxscan = min(target << 1, atomic_read(&cli->cl_lru_in_list)); in osc_lru_shrink()
680 if (--maxscan < 0) in osc_lru_shrink()
717 ++maxscan; in osc_lru_shrink()
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1232 int rows = 0, maxscan = 0; in sisusbcon_do_font_op() local
1239 maxscan = rows * fh - 1; in sisusbcon_do_font_op()
1245 vde = maxscan & 0xff; in sisusbcon_do_font_op()
1247 ((maxscan & 0x100) >> 7) | in sisusbcon_do_font_op()
1248 ((maxscan & 0x200) >> 3); in sisusbcon_do_font_op()
/linux-4.4.14/drivers/video/console/
Dvgacon.c1217 int rows, maxscan, i; in vgacon_adjust_height() local
1220 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
1239 vde = maxscan & 0xff; /* Vertical display end reg */ in vgacon_adjust_height()
1241 ((maxscan & 0x100) >> 7) + ((maxscan & 0x200) >> 3); in vgacon_adjust_height()