Home
last modified time | relevance | path

Searched defs:strong_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs246 let strong_count = if strong { 1 } else { 0 }; in new_node_ref() localVariable
266 let strong_count = if strong { 1 } else { 0 }; in new_node_ref_with_thread() localVariable
H A Dnode.rs761 strong_count: usize, field
/linux/include/uapi/linux/android/
H A Dbinder.h213 __u32 strong_count; member