MCPcopy Create free account
hub / github.com/asterinas/vostd / sys_timer_settime

Function sys_timer_settime

kernel/src/syscall/timer_settime.rs:11–55  ·  view source on GitHub ↗
(
    timer_id: usize,
    flags: i32,
    new_itimerspec_addr: Vaddr,
    old_itimerspec_addr: Vaddr,
    ctx: &Context,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

user_spaceMethod · 0.80
find_posix_timerMethod · 0.80
intervalMethod · 0.80
remainMethod · 0.80
write_valMethod · 0.80
set_intervalMethod · 0.80
cancelMethod · 0.80
set_timeoutMethod · 0.80
timer_managerMethod · 0.45

Tested by

no test coverage detected