Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dcontext.rs156 let mut matching_procs = KVVec::new(); in get_procs_with_pid() localVariable
159 matching_procs.push(Arc::clone(proc), GFP_KERNEL)?; in get_procs_with_pid()
162 Ok(matching_procs) in get_procs_with_pid()