Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 15 of 15) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dmod.rs1 use core::ops::Add;
122 impl Add<u32> for HardwareIrqNumber {
130 impl Add<u32> for IrqNumber {
/DragonOS/docs/kernel/ipc/
H A Dsignal.md30 │ Send Signal ├────►Add to sigpending of│
/DragonOS/kernel/src/mm/allocator/
H A Dpage_frame.rs3 ops::{Add, AddAssign, Mul, Sub, SubAssign},
207 impl Add for PageFrameCount {
243 impl Add<usize> for PageFrameCount {
/DragonOS/kernel/src/mm/
H A Dmod.rs11 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 Dpage.rs6 ops::Add,
H A Ducontext.rs7 ops::Add,
/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs321 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()
795 Add, enumerator
805 1 => Ok(Self::Add), in from_op_num()
/DragonOS/kernel/src/time/
H A Dmod.rs281 impl ops::Add<Duration> for Instant {
376 impl ops::Add<Duration> for Duration {
/DragonOS/kernel/crates/intertrait/
H A DREADME.md21 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 Dtextui.rs18 ops::{Add, AddAssign, Sub},
149 impl Add<i32> for LineId {
200 impl Add<LineIndex> for LineIndex {
207 impl Add<i32> for LineIndex {
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md96 - 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 DV0.1.4.md251 Add v0.1.3 changelog (#143)
H A DV0.1.6.md167 Add dup,dup2 (#224)
H A DV0.1.7.md71 - Add sys_dup and sys_dup2 support (#2)
H A DV0.1.3.md145 Add v0.1.3 changelog (#143)