Lines Matching defs:h
73 #define for_each_hstate(h) \ argument
417 static inline unsigned long huge_page_size(struct hstate *h) in huge_page_size()
426 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask()
431 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order()
436 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift()
441 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic()
446 static inline unsigned int pages_per_huge_page(struct hstate *h) in pages_per_huge_page()
451 static inline unsigned int blocks_per_huge_page(struct hstate *h) in blocks_per_huge_page()
477 static inline int hstate_index(struct hstate *h) in hstate_index()
496 static inline bool hugepage_migration_supported(struct hstate *h) in hugepage_migration_supported()
509 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr()
549 #define alloc_huge_page_node(h, nid) NULL argument
550 #define alloc_huge_page_nodemask(h, preferred_nid, nmask) NULL argument
551 #define alloc_huge_page_vma(h, vma, address) NULL argument
552 #define alloc_bootmem_huge_page(h) NULL argument
558 #define huge_page_size(h) PAGE_SIZE argument
559 #define huge_page_mask(h) PAGE_MASK argument
562 #define huge_page_order(h) 0 argument
563 #define huge_page_shift(h) PAGE_SHIFT argument
564 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic()
569 static inline unsigned int pages_per_huge_page(struct hstate *h) in pages_per_huge_page()
579 static inline int hstate_index(struct hstate *h) in hstate_index()
600 static inline bool hugepage_migration_supported(struct hstate *h) in hugepage_migration_supported()
605 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr()
625 static inline spinlock_t *huge_pte_lock(struct hstate *h, in huge_pte_lock()