Home
last modified time | relevance | path

Searched refs:smp (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.5/kernel/src/smp/
DMakefile5 all: apu_boot.o smp.o
12 smp.o: smp.c
13 $(CC) $(CFLAGS) -c smp.c -o smp.o
/DragonOS-0.1.5/kernel/src/
Dlib.rs31 mod smp; module
DMakefile20 kernel_subdirs := common driver process debug time arch exception mm smp sched syscall ktest libs i…
/DragonOS-0.1.5/docs/community/ChangeLog/V0.1.x/
DV0.1.4.md41 - smp: bugfix: 为AP核启动apic_timer,使其能够运行调度 (#158)
42 - smp: new: 增加kick_cpu功能,支持让某个特定核心立即运行调度器 (#158)
43 - smp: new: 增加进程在核心间迁移的功能 (#158)
DV0.1.5.md189 * fix(smp):调整smp中的apic的头文件声明
191 * fix(smp):简单的负载均衡算法实现
DV0.1.3.md38 - smp: 删除已经在smp中废弃的HPET中断转发函数 (#131)
306 * 删除已经在smp中废弃的HPET中断转发函数
381 修正smp的makefile中没有替换AS的问题
/DragonOS-0.1.5/kernel/src/sched/
Dcfs.rs12 smp::core::smp_get_processor_id,
/DragonOS-0.1.5/kernel/src/process/
Dprocess.rs15 smp::core::{smp_get_processor_id, smp_send_reschedule},