Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsyscall.rs263 if shmflg.contains(ShmFlags::SHM_HUGETLB) { in shmget()
H A Dshm.rs55 const SHM_HUGETLB = 0o4000; constant
/DragonOS/kernel/src/mm/
H A Dsyscall.rs200 if shm_flags.contains(ShmFlags::SHM_HUGETLB) { in from()