Home
last modified time | relevance | path

Searched refs:ShmUnlock (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/ipc/
H A Dshm.rs80 ShmUnlock = 12, enumerator
99 12 => Self::ShmUnlock, in from()
H A Dsyscall.rs502 ShmCtlCmd::ShmUnlock => shm_manager_guard.shm_unlock(id), in shmctl()