Home
last modified time | relevance | path

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

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