Home
last modified time | relevance | path

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

/rust/kernel/block/mq/
A Drequest.rs210 fn atomic_relaxed_op_return(target: &AtomicU64, op: impl Fn(u64) -> u64) -> u64 { in atomic_relaxed_op_return()
211 let old = target.fetch_update(Ordering::Relaxed, Ordering::Relaxed, |x| Some(op(x))); in atomic_relaxed_op_return()
222 fn atomic_relaxed_op_unless(target: &AtomicU64, op: impl Fn(u64) -> u64, pred: u64) -> bool { in atomic_relaxed_op_unless()
223 target in atomic_relaxed_op_unless()
/rust/kernel/
A Dcpufreq.rs780 fn target(_policy: &mut Policy, _target_freq: u32, _relation: Relation) -> Result { in target() method
931 target: if T::HAS_TARGET {
1212 T::target(policy, target_freq, Relation::new(relation)?).map(|()| 0) in target_callback()

Completed in 7 milliseconds