Searched refs:is_thp_alloc_enabled (Results 1 – 1 of 1) sorted by relevance
54 static inline bool is_thp_alloc_enabled() { in is_thp_alloc_enabled() function66 return (is_thp_alloc_enabled() ? thp_alignment : gAlignment); in c10_compute_alignment()71 return (is_thp_alloc_enabled() && (nbytes >= gAlloc_threshold_thp)); in is_thp_alloc()