Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhugetlb.h754 static inline struct hstate *hstate_sizelog(int page_size_log) in hstate_sizelog() function
1158 static inline struct hstate *hstate_sizelog(int page_size_log)
/linux/fs/hugetlbfs/
H A Dinode.c1487 struct hstate *h = hstate_sizelog(page_size_log); in get_hstate_idx()
/linux/ipc/
H A Dshm.c745 hs = hstate_sizelog((shmflg >> SHM_HUGE_SHIFT) & SHM_HUGE_MASK); in newseg()