Searched refs:set_pgdat_percpu_threshold (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vmstat.h | 298 void set_pgdat_percpu_threshold(pg_data_t *pgdat, 389 #define set_pgdat_percpu_threshold(pgdat, callback) { } macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vmstat.h | 311 void set_pgdat_percpu_threshold(pg_data_t *pgdat, 408 #define set_pgdat_percpu_threshold(pgdat, callback) { } macro
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmscan.c | 3852 set_pgdat_percpu_threshold(pgdat, calculate_normal_threshold); in kswapd_try_to_sleep() 3857 set_pgdat_percpu_threshold(pgdat, calculate_pressure_threshold); in kswapd_try_to_sleep()
|
H A D | vmstat.c | 291 void set_pgdat_percpu_threshold(pg_data_t *pgdat, in set_pgdat_percpu_threshold() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmstat.c | 317 void set_pgdat_percpu_threshold(pg_data_t *pgdat, in set_pgdat_percpu_threshold() function
|
H A D | vmscan.c | 7715 set_pgdat_percpu_threshold(pgdat, calculate_normal_threshold); in kswapd_try_to_sleep() 7720 set_pgdat_percpu_threshold(pgdat, calculate_pressure_threshold); in kswapd_try_to_sleep()
|
Completed in 23 milliseconds