Home
last modified time | relevance | path

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

/DragonOS-0.1.2/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()
17 return current; in get_current_pcb()
/DragonOS-0.1.2/kernel/src/arch/x86_64/asm/
Dmod.rs3 pub mod current; module
/DragonOS-0.1.2/kernel/src/process/
Dpreempt.rs1 use crate::arch::x86_64::asm::current::current_pcb;
Dprocess.rs4 arch::x86_64::asm::current::current_pcb,
Dfork.rs6 arch::x86_64::asm::current::current_pcb,
/DragonOS-0.1.2/kernel/src/sched/
Dcore.rs1 …gs::process_control_block, process::process::process_cpu, arch::x86_64::asm::current::current_pcb};
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dstdio.md48 ``#define SEEK_CUR 1 /* Seek relative to current position */``
/DragonOS-0.1.2/kernel/src/
Dlib.rs34 arch::x86_64::asm::current::current_pcb,
/DragonOS-0.1.2/kernel/src/libs/
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()
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 …]
/DragonOS-0.1.2/kernel/src/ipc/
Dsignal.rs5 asm::{bitops::ffz, current::current_pcb, ptrace::user_mode},
/DragonOS-0.1.2/kernel/
Dcbindgen.toml612 # listed here are features for the current crate being built, *not* the crates