Searched refs:current (Results 1 – 12 of 12) sorted by relevance
/DragonOS-0.1.2/kernel/src/arch/x86_64/include/asm/ |
D | current.h | 10 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/ |
D | mod.rs | 3 pub mod current; module
|
/DragonOS-0.1.2/kernel/src/process/ |
D | preempt.rs | 1 use crate::arch::x86_64::asm::current::current_pcb;
|
D | process.rs | 4 arch::x86_64::asm::current::current_pcb,
|
D | fork.rs | 6 arch::x86_64::asm::current::current_pcb,
|
/DragonOS-0.1.2/kernel/src/sched/ |
D | core.rs | 1 …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/ |
D | stdio.md | 48 ``#define SEEK_CUR 1 /* Seek relative to current position */``
|
/DragonOS-0.1.2/kernel/src/ |
D | lib.rs | 34 arch::x86_64::asm::current::current_pcb,
|
/DragonOS-0.1.2/kernel/src/libs/ |
D | printk.c | 604 unsigned char current; in printk_color() local 609 current = *(buf + i); in printk_color() 611 textui_putchar(current, FRcolor, BKcolor); in printk_color()
|
D | lz4.c | 1268 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/ |
D | signal.rs | 5 asm::{bitops::ffz, current::current_pcb, ptrace::user_mode},
|
/DragonOS-0.1.2/kernel/ |
D | cbindgen.toml | 612 # listed here are features for the current crate being built, *not* the crates
|