Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dprocess.rs395 struct ProcessNodeRefs { struct
410 impl ProcessNodeRefs { argument
450 node_refs: Mutex<ProcessNodeRefs>,
505 node_refs <- kernel::new_mutex!(ProcessNodeRefs::new(), "Process::node_refs"), in new()