Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dshm.rs235 let shm_info = PosixShmInfo::new(used_ids, shm_tot, 0, 0, 0, 0); in shm_info()
239 core::mem::size_of::<PosixShmInfo>(), in shm_info()
549 pub struct PosixShmInfo { struct
564 impl PosixShmInfo { implementation
573 PosixShmInfo { in new()