Searched refs:Add (Results 1 – 18 of 18) sorted by relevance
/DragonOS/kernel/src/exception/ |
H A D | mod.rs | 1 use core::ops::Add; 124 impl Add<u32> for HardwareIrqNumber { 132 impl Add<u32> for IrqNumber {
|
/DragonOS/docs/kernel/ipc/ |
H A D | signal.md | 30 │ Send Signal ├────►Add to sigpending of│
|
/DragonOS/kernel/src/mm/allocator/ |
H A D | page_frame.rs | 3 ops::{Add, AddAssign, Mul, Sub, SubAssign}, 207 impl Add for PageFrameCount { 243 impl Add<usize> for PageFrameCount {
|
/DragonOS/kernel/src/mm/ |
H A D | mod.rs | 11 ops::{Add, AddAssign, Sub, SubAssign}, 201 impl core::ops::Add<usize> for PhysAddr { 217 impl core::ops::Add<PhysAddr> for PhysAddr { 329 impl Add<VirtAddr> for VirtAddr { 338 impl Add<usize> for VirtAddr {
|
H A D | page.rs | 6 ops::Add,
|
H A D | ucontext.rs | 7 ops::Add,
|
/DragonOS/kernel/src/net/event_poll/ |
H A D | mod.rs | 321 if op == EPollCtlOption::Add && Self::is_epoll_file(&dst_file) in do_epoll_ctl() 345 if op == EPollCtlOption::Add { in do_epoll_ctl() 356 EPollCtlOption::Add => { in do_epoll_ctl() 804 Add, enumerator 814 1 => Ok(Self::Add), in from_op_num()
|
/DragonOS/kernel/src/time/ |
H A D | mod.rs | 281 impl ops::Add<Duration> for Instant { 376 impl ops::Add<Duration> for Duration {
|
/DragonOS/kernel/crates/intertrait/ |
H A D | README.md | 21 Add the following two dependencies to your `Cargo.toml`: 126 * Add `[sync]` flag to `#[cast_to]` and `castable_to!` as follows:
|
/DragonOS/kernel/src/libs/lib_ui/ |
H A D | textui.rs | 17 ops::{Add, AddAssign, Sub}, 148 impl Add<i32> for LineId { 199 impl Add<LineIndex> for LineIndex { 206 impl Add<i32> for LineIndex {
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | render_helper.rs | 1 use core::{ops::Add, slice::Iter};
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.10.md | 96 - feat(bitmap): Add bit and for AllocBitMap (#793) 103 - doc: Add Gentoo Linux In build_system.md (#810) 170 doc: Add Gentoo Linux In build_system.md (#810) 234 feat(bitmap): Add bit and for AllocBitMap (#793) 242 * Add slab free space calculation and add it to freeram of sysinfo
|
H A D | V0.1.4.md | 251 Add v0.1.3 changelog (#143)
|
H A D | V0.1.6.md | 167 Add dup,dup2 (#224)
|
H A D | V0.1.7.md | 71 - Add sys_dup and sys_dup2 support (#2)
|
H A D | V0.1.3.md | 145 Add v0.1.3 changelog (#143)
|
/DragonOS/kernel/crates/rbpf/src/ |
H A D | insn_builder.rs | 114 self.mov_internal(source, arch, OpBits::Add) in add() 378 Add = BPF_ADD as isize, enumerator
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 694 * Add helpers (some of those supported in the kernel, such as checksum update,
|