Searched refs:RefCount (Results 1 – 3 of 3) sorted by relevance
12 pub struct RefCount { struct16 impl Default for RefCount { implementation25 impl FFIBind2Rust<crate::include::bindings::bindings::refcount_struct> for RefCount { implementation41 $crate::libs::refcount::RefCount {50 pub fn refcount_inc(r: &mut RefCount) { in refcount_inc() argument63 pub fn refcount_dec(r: &mut RefCount) { in refcount_dec() argument
17 refcount::{refcount_inc, RefCount},28 let r = RefCount::convert_mut(unsafe { &mut (*(current_pcb().sighand)).count }).unwrap(); in process_copy_sighand()
19 use crate::libs::refcount::RefCount;232 pub count: RefCount,