Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbuffer_head.h519 extern int buffer_heads_over_limit;
532 #define buffer_heads_over_limit 0 macro
/linux-6.12.1/fs/
Dmpage.c447 if (buffer_heads_over_limit && folio_test_uptodate(folio)) in clean_buffers()
Dbuffer.c2996 int buffer_heads_over_limit; variable
3015 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()
/linux-6.12.1/mm/
Dvmscan.c2077 if (unlikely(buffer_heads_over_limit)) { in shrink_active_list()
6138 if (buffer_heads_over_limit) { in shrink_zones()
6892 if (buffer_heads_over_limit) { in balance_pgdat()