Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 28) sorted by relevance

12

/DragonOS-0.1.7/kernel/src/arch/x86_64/include/asm/
Dcurrent.h10 struct process_control_block *current = NULL; in get_current_pcb() local
14 : "=r"(current) in get_current_pcb()
18 return current; in get_current_pcb()
/DragonOS-0.1.7/kernel/src/arch/x86_64/asm/
Dmod.rs3 pub mod current; module
/DragonOS-0.1.7/kernel/src/process/
Dpreempt.rs1 use crate::arch::asm::current::current_pcb;
Dpid.rs1 use crate::{arch::asm::current::current_pcb, include::bindings::bindings::pt_regs};
Dfork.rs6 arch::asm::current::current_pcb,
Dprocess.rs9 arch::{asm::current::current_pcb, fpu::FpState},
/DragonOS-0.1.7/kernel/src/arch/x86_64/
Dcpu.rs3 use super::asm::current::current_pcb;
/DragonOS-0.1.7/kernel/src/libs/
Dsemaphore.rs3 use crate::{arch::asm::current::current_pcb, kdebug, syscall::SystemError};
Dprintk.c604 unsigned char current; in printk_color() local
609 current = *(buf + i); in printk_color()
611 textui_putchar(current, FRcolor, BKcolor); in printk_color()
Dmutex.rs9 arch::{asm::current::current_pcb, sched::sched},
Dlz4.c1268 U32 const current = (U32)(forwardIp - base); in LZ4_compress_generic_validated() local
1270 assert(matchIndex <= current); in LZ4_compress_generic_validated()
1317 LZ4_putIndexOnHash(current, h, cctx->hashTable, tableType); in LZ4_compress_generic_validated()
1319 DEBUGLOG(7, "candidate at pos=%u (offset=%u \n", matchIndex, current - matchIndex); in LZ4_compress_generic_validated()
1324 assert(matchIndex < current); in LZ4_compress_generic_validated()
1325 …6) || (LZ4_DISTANCE_MAX < LZ4_DISTANCE_ABSOLUTE_MAX)) && (matchIndex + LZ4_DISTANCE_MAX < current)) in LZ4_compress_generic_validated()
1329 … assert((current - matchIndex) <= LZ4_DISTANCE_MAX); /* match now expected within distance */ in LZ4_compress_generic_validated()
1334 offset = current - matchIndex; in LZ4_compress_generic_validated()
1520 U32 const current = (U32)(ip - base); in LZ4_compress_generic_validated() local
1522 assert(matchIndex < current); in LZ4_compress_generic_validated()
[all …]
Dwait_queue.rs5 arch::{asm::current::current_pcb, sched::sched, CurrentIrqArch},
Drbtree.rs1191 fn clear_recurse(&mut self, current: NodePtr<K, V>) { in clear_recurse()
1192 if !current.is_null() { in clear_recurse()
1194 self.clear_recurse(current.left()); in clear_recurse()
1195 self.clear_recurse(current.right()); in clear_recurse()
1196 drop(Box::from_raw(current.0)); in clear_recurse()
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Dstdio.md48 ``#define SEEK_CUR 1 /* Seek relative to current position */``
/DragonOS-0.1.7/kernel/src/ipc/
Dsyscall.rs2 arch::asm::current::current_pcb,
/DragonOS-0.1.7/kernel/src/
Dlib.rs54 arch::asm::current::current_pcb,
/DragonOS-0.1.7/kernel/src/time/
Dsleep.rs7 asm::current::current_pcb,
Dtimer.rs11 asm::current::current_pcb,
/DragonOS-0.1.7/kernel/src/sched/
Dcore.rs4 arch::asm::{current::current_pcb, ptrace::user_mode},
Drt.rs6 arch::asm::current::current_pcb,
Dcfs.rs6 arch::asm::current::current_pcb,
/DragonOS-0.1.7/kernel/src/exception/
Dsoftirq.rs15 current::current_pcb,
/DragonOS-0.1.7/kernel/src/filesystem/vfs/
Dfile.rs6 arch::asm::current::current_pcb, driver::tty::TtyFilePrivateData,
Dcore.rs10 arch::asm::current::current_pcb,
Dsyscall.rs6 arch::asm::{current::current_pcb, ptrace::user_mode},

12