pub fn push_completion_for_ring(
ring: &Ring,
user_data: u64,
result: i32,
flags: u32,
) -> boolExpand description
Variant of push_completion that takes a resolved &Ring to avoid a
redundant find_ring lookup in the dispatch hot path.