Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dvgacon.c561 u8 scanlines_lo = 0, r7 = 0, vsync_end = 0, mode, max_scan; in vgacon_doresize() local
569 max_scan = inb_p(vga_video_port_val); in vgacon_doresize()
571 if (max_scan & 0x80) in vgacon_doresize()
/linux/mm/
H A Dfilemap.c1762 * @max_scan: Maximum range to search.
1764 * Search the range [index, min(index + max_scan - 1, ULONG_MAX)] for the
1774 * range specified (in which case 'return - index >= max_scan' will be true).
1778 pgoff_t index, unsigned long max_scan) in page_cache_next_miss() argument
1781 unsigned long nr = max_scan; in page_cache_next_miss()
1791 return index + max_scan; in page_cache_next_miss()
1799 * @max_scan: Maximum range to search.
1801 * Search the range [max(index - max_scan + 1, 0), index] for the
1811 * range specified (in which case 'index - return >= max_scan' will be true).
1815 pgoff_t index, unsigned long max_scan) in page_cache_prev_miss()
1814 page_cache_prev_miss(struct address_space * mapping,pgoff_t index,unsigned long max_scan) page_cache_prev_miss() argument
[all...]
/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c493 u32 i, offset, max_scan, qpn; in alloc_qpn() local
522 max_scan = qpt->nmaps - !offset; in alloc_qpn()
547 if (++i > max_scan) { in alloc_qpn()