Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dprocess.rs247 let strong_count = if strong { 1 } else { 0 }; in new_node_ref() localVariable
267 let strong_count = if strong { 1 } else { 0 }; in new_node_ref_with_thread() localVariable
H A Dnode.rs761 strong_count: usize, field