Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dshm.rs265 let shm_map_count = kernel_shm.map_count(); in shm_stat()
321 let map_count = kernel_shm.map_count(); in ipc_rmid() localVariable
324 if map_count > 0 { in ipc_rmid()
438 pub fn map_count(&self) -> usize { in map_count() method
/DragonOS/kernel/src/mm/
H A Dpage.rs334 map_count: usize, field
356 map_count: 0, in new()
371 self.map_count += 1; in insert_vma()
377 self.map_count -= 1; in remove_vma()
382 self.map_count == 0 && self.free_when_zero in can_deallocate()
432 pub fn map_count(&self) -> usize { in map_count() method
433 self.map_count in map_count()
H A Dfault.rs442 let map_count = old_page.read_irqsave().map_count(); in do_wp_page() localVariable
460 if map_count == 1 { in do_wp_page()
/DragonOS/kernel/src/exception/
H A Dirqdomain.rs562 pub fn map_count(&self) -> u32 { in map_count() method