Searched refs:span (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | page_io.c | 149 sector_t *span) in generic_swapfile_activate() argument 227 *span = 1 + highest_block - lowest_block; in generic_swapfile_activate()
|
D | swapfile.c | 2381 static int setup_swap_extents(struct swap_info_struct *sis, sector_t *span) in setup_swap_extents() argument 2390 *span = sis->pages; in setup_swap_extents() 2395 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents() 2401 *span = sis->pages; in setup_swap_extents() 2406 return generic_swapfile_activate(sis, swap_file, span); in setup_swap_extents() 3012 sector_t *span) in setup_swap_map_and_extents() argument 3054 nr_extents = setup_swap_extents(p, span); in setup_swap_map_and_extents() 3112 sector_t span; in SYSCALL_DEFINE2() local 3233 cluster_info, maxpages, &span); in SYSCALL_DEFINE2() 3298 nr_extents, (unsigned long long)span<<(PAGE_SHIFT-10), in SYSCALL_DEFINE2()
|
D | page-writeback.c | 914 unsigned long span; in wb_position_ratio() local 1057 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio() 1058 x_intercept = wb_setpoint + span; in wb_position_ratio() 1060 if (dtc->wb_dirty < x_intercept - span / 4) { in wb_position_ratio()
|
D | Kconfig | 584 access allocations that span two pages. However, if a particular
|