Searched refs:has_transparent_hugepage (Results 1 – 10 of 10) sorted by relevance
53 if (has_transparent_hugepage()) { in i915_gemfs_init()
540 #define has_transparent_hugepage has_transparent_hugepage macro541 extern int has_transparent_hugepage(void);
1122 #ifndef has_transparent_hugepage1124 #define has_transparent_hugepage() 1 macro1126 #define has_transparent_hugepage() 0 macro
1113 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function1119 #define has_transparent_hugepage has_transparent_hugepage macro
252 #define has_transparent_hugepage has_transparent_hugepage macro253 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
1548 #define has_transparent_hugepage has_transparent_hugepage macro1549 static inline int has_transparent_hugepage(void) in has_transparent_hugepage() function
411 int has_transparent_hugepage(void) in has_transparent_hugepage() function
3370 if (!has_transparent_hugepage() && in shmem_parse_options()3733 if (has_transparent_hugepage() && shmem_huge > SHMEM_HUGE_DENY) in shmem_init()3788 if (!has_transparent_hugepage() && in shmem_enabled_store()
388 if (!has_transparent_hugepage()) { in hugepage_init()
1349 return i915->mm.gemfs && has_transparent_hugepage(); in igt_can_allocate_thp()