Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dprocess.rs396 struct ProcessNodeRefs { struct
411 impl ProcessNodeRefs { implementation
458 node_refs: Mutex<ProcessNodeRefs>,
513 node_refs <- kernel::new_mutex!(ProcessNodeRefs::new(), "Process::node_refs"), in new()