Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbuffer_head.h201 extern int buffer_heads_over_limit;
Dblkdev.h1633 #define buffer_heads_over_limit 0 macro
/linux-4.1.27/mm/
Dvmscan.c1762 if (unlikely(buffer_heads_over_limit)) { in shrink_active_list()
2469 if (buffer_heads_over_limit) in shrink_zones()
3043 lowmem_pressure = (buffer_heads_over_limit && is_highmem(zone)); in kswapd_shrink_zone()
3141 if (buffer_heads_over_limit && is_highmem_idx(i)) { in balance_pgdat()
/linux-4.1.27/fs/
Dmpage.c458 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()