Home
last modified time | relevance | path

Searched defs:run (Results 1 – 6 of 6) sorted by relevance

/rust/kernel/
A Dworkqueue.rs369 fn run(mut this: Pin<KBox<Self>>) { in run() method
459 unsafe extern "C" fn run(ptr: *mut bindings::work_struct); in run() method
471 fn run(this: Self::Pointer); in run() method
827 unsafe extern "C" fn run(ptr: *mut bindings::work_struct) { in run() function
890 unsafe extern "C" fn run(ptr: *mut bindings::work_struct) { in run() function
/rust/kernel/time/hrtimer/
A Darc.rs81 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() function
A Dpin.rs84 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() function
A Dpin_mut.rs88 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() function
A Dtbox.rs104 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() function
/rust/kernel/time/
A Dhrtimer.rs293 unsafe extern "C" fn run(this: *mut bindings::hrtimer) -> bindings::hrtimer_restart; in run() method
303 fn run(this: <Self::Pointer<'_> as RawHrTimerCallback>::CallbackTarget<'_>) -> HrTimerRestart in run() method

Completed in 9 milliseconds