Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/syscall/
H A Dmod.rs2 pub mod nr; module
/DragonOS/kernel/src/arch/x86_64/syscall/
H A Dmod.rs22 pub mod nr; module
/DragonOS/kernel/src/arch/x86_64/include/asm/
H A Dasm.h254 #define io_insw(port, buffer, nr) \ argument
262 #define io_outsw(port, buffer, nr) \ argument
/DragonOS/kernel/src/namespaces/
H A Dpid_namespace.rs68 pub nr: Pid, // 在该pid_namespace 中的pid field
106 let mut nr = tid; in alloc_pid() localVariable
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs874 let nr = head - self.echo_tail; in commit_echoes() localVariable
1167 let mut nr = nr; in process_output_block() localVariable
1597 let mut nr = len; in read() localVariable
1752 let mut nr = len; in write() localVariable
1864 let mut nr = head - tail; in ioctl() localVariable
/DragonOS/kernel/src/sched/
H A Dfair.rs368 pub nr: u32, field