Searched refs:sys_sched (Results 1 – 3 of 3) sorted by relevance
14 5. sys_sched(): 让系统立即运行调度器的系统调用。*请注意,该系统调用不能由ring3的程序发起*
24 extern uint64_t sys_sched(struct pt_regs *regs);433 [27] = sys_sched,
175 pub extern "C" fn sys_sched(regs: &'static mut pt_regs) -> u64 { in sys_sched() function