Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Ducontext.rs381 let (before, r, after) = r.extract(intersection).unwrap(); in munmap()
390 if let Some(after) = after { in munmap()
392 self.mappings.insert_vma(after); in munmap()
436 let (before, r, after) = r.extract(intersection).expect("Failed to extract VMA"); in mprotect()
441 if let Some(after) = after { in mprotect()
442 self.mappings.insert_vma(after); in mprotect()
916 let after: Option<Arc<LockedVMA>> = guard.region.after(&region).map(|virt_region| { in extract() localVariable
928 return Some((before, guard.self_ref.upgrade().unwrap(), after)); in extract()
Dmod.rs563 pub fn after(self, region: &VirtRegion) -> Option<Self> { in after() method
/DragonOS-0.1.8/docs/kernel/locking/
Drwlock.md182 "Upgrader1 after upgrade: the value is {temp}
188 println!("value after downgraded: {value}");
191 println!("value after downgraded to read_guard: {value_}");
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.8.md73 - bugfix: 修正rwlock有的地方由于未使用ManuallyDrop导致的use after free问题 (#329)
177 … 修正rwlock有的地方由于未使用ManuallyDrop导致的use after free && spinlock守卫新增leak,spinlock新增force unlock功能.(#329)
179 1.修正rwlock有的地方由于未使用ManuallyDrop导致的use after free
214 bugfix: 解决取消低地址映射时,错误的把重映射的物理页释放,从而导致的use after free问题。 (#321)
/DragonOS-0.1.8/user/apps/test_bind/
Dlink.lds135 the crtend.o file until after the sorted ctors.
171 _end. Align after .bss to ensure correct alignment even if the
/DragonOS-0.1.8/user/apps/test_fstat/
Dlink.lds135 the crtend.o file until after the sorted ctors.
171 _end. Align after .bss to ensure correct alignment even if the
/DragonOS-0.1.8/user/apps/test_gettimeofday/
Dlink.lds135 the crtend.o file until after the sorted ctors.
171 _end. Align after .bss to ensure correct alignment even if the
/DragonOS-0.1.8/user/apps/http_server/
Dlink.lds135 the crtend.o file until after the sorted ctors.
171 _end. Align after .bss to ensure correct alignment even if the
/DragonOS-0.1.8/user/apps/test_relibc/
Dlink.lds135 the crtend.o file until after the sorted ctors.
171 _end. Align after .bss to ensure correct alignment even if the