Home
last modified time | relevance | path

Searched refs:node_get_allowed_targets (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmemory-tiers.h41 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets);
49 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() function
91 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() function
/openbmc/linux/mm/
H A Dmemory-tiers.c267 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() function
H A Dvmscan.c1674 node_get_allowed_targets(pgdat, &allowed_mask); in demote_folio_list()