Home
last modified time | relevance | path

Searched refs:push_within_capacity (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/alloc/
H A Dkvec.rs348 pub fn push_within_capacity(&mut self, v: T) -> Result<(), PushError<T>> { in push_within_capacity() function
1368 vec1.push_within_capacity(i).unwrap(); in test_kvec_retain()
1370 vec2.push_within_capacity(i).unwrap(); in test_kvec_retain()
1398 func.push_within_capacity(false).unwrap(); in test_kvec_retain()
/linux/drivers/android/binder/
H A Dnode.rs669 inner.freeze_list.push_within_capacity(elem)?; in add_freeze_listener()
672 inner.freeze_list.push_within_capacity(process.clone())?; in add_freeze_listener()
H A Dfreeze.rs355 .push_within_capacity(node_proc_pair) in find_freeze_recipients()