Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dshm.rs200 pub fn get_mut(&mut self, id: &ShmId) -> Option<&mut KernelShm> { in get_mut()
371 pub struct KernelShm { struct
390 impl KernelShm { argument