Home
last modified time | relevance | path

Searched refs:start_unchecked (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/rust/kernel/block/mq/
H A Doperations.rs92 unsafe { Request::start_unchecked(&rq) }; in queue_rq_callback()
H A Drequest.rs85 pub(crate) unsafe fn start_unchecked(this: &ARef<Self>) { in start_unchecked() method