Home
last modified time | relevance | path

Searched defs:shm_info (Results 1 – 2 of 2) sorted by relevance

/DragonOS/user/apps/test_shm/
H A Dtest_info.c84 struct shm_info shm_info; in main() local
/DragonOS/kernel/src/ipc/
H A Dshm.rs226 pub fn shm_info(&self, user_buf: *const u8, from_user: bool) -> Result<usize, SystemError> { in shm_info() method
235 let shm_info = PosixShmInfo::new(used_ids, shm_tot, 0, 0, 0, 0); in shm_info() localVariable