Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcpuset.h64 static inline bool cpusets_insane_config(void) in cpusets_insane_config() function
180 static inline bool cpusets_insane_config(void) { return false; } in cpusets_insane_config() function
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c433 if (!cpusets_insane_config() && in check_insane_mems_config()
/openbmc/linux/mm/
H A Dpage_alloc.c3952 if (cpusets_insane_config() && (gfp_mask & __GFP_HARDWALL)) { in __alloc_pages_slowpath()