Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dshm.rs321 let map_count = kernel_shm.map_count(); in ipc_rmid() localVariable
438 pub fn map_count(&self) -> usize { in map_count() method
/DragonOS/kernel/src/mm/
H A Dfault.rs442 let map_count = old_page.read_irqsave().map_count(); in do_wp_page() localVariable
H A Dpage.rs334 map_count: usize, field
432 pub fn map_count(&self) -> usize { in map_count() method
/DragonOS/kernel/src/exception/
H A Dirqdomain.rs562 pub fn map_count(&self) -> u32 { in map_count() method