Home
last modified time | relevance | path

Searched refs:buffer_heads_over_limit (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dbuffer_head.h201 extern int buffer_heads_over_limit;
Dblkdev.h1666 #define buffer_heads_over_limit 0 macro
/linux-4.4.14/mm/
Dvmscan.c1810 if (unlikely(buffer_heads_over_limit)) { in shrink_active_list()
2533 if (buffer_heads_over_limit) in shrink_zones()
3108 lowmem_pressure = (buffer_heads_over_limit && is_highmem(zone)); in kswapd_shrink_zone()
3206 if (buffer_heads_over_limit && is_highmem_idx(i)) { in balance_pgdat()
/linux-4.4.14/fs/
Dmpage.c461 if (buffer_heads_over_limit && PageUptodate(page)) in clean_buffers()
Dbuffer.c3301 int buffer_heads_over_limit; variable
3320 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()