Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dhugetlb.h539 static inline struct hstate *hstate_sizelog(int page_size_log) in hstate_sizelog() function
807 static inline struct hstate *hstate_sizelog(int page_size_log) in hstate_sizelog() function
/Linux-v5.10/fs/hugetlbfs/
Dinode.c1442 struct hstate *h = hstate_sizelog(page_size_log); in get_hstate_idx()
/Linux-v5.10/ipc/
Dshm.c642 hs = hstate_sizelog((shmflg >> SHM_HUGE_SHIFT) & SHM_HUGE_MASK); in newseg()
/Linux-v5.10/mm/
Dmmap.c1613 hs = hstate_sizelog((flags >> MAP_HUGE_SHIFT) & MAP_HUGE_MASK); in ksys_mmap_pgoff()