Home
last modified time | relevance | path

Searched refs:max_distance (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/mm/
Dpercpu.c1951 size_t size_sum, areas_size, max_distance; in pcpu_embed_first_chunk() local
2013 max_distance = 0; in pcpu_embed_first_chunk()
2016 max_distance = max_t(size_t, max_distance, in pcpu_embed_first_chunk()
2019 max_distance += ai->unit_size; in pcpu_embed_first_chunk()
2022 if (max_distance > VMALLOC_TOTAL * 3 / 4) { in pcpu_embed_first_chunk()
2024 "space 0x%lx\n", max_distance, in pcpu_embed_first_chunk()
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c1328 int tail_distance, max_distance; in xlog_clear_stale_blocks() local
1380 max_distance = XLOG_TOTAL_REC_SHIFT(log); in xlog_clear_stale_blocks()
1388 max_distance = MIN(max_distance, tail_distance); in xlog_clear_stale_blocks()
1390 if ((head_block + max_distance) <= log->l_logBBsize) { in xlog_clear_stale_blocks()
1399 head_block, max_distance, tail_cycle, in xlog_clear_stale_blocks()
1427 distance = max_distance - (log->l_logBBsize - head_block); in xlog_clear_stale_blocks()