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.rs167 let mut matching_procs = KVVec::new(); in get_procs_with_pid() localVariable
170 matching_procs.push(Arc::clone(proc), GFP_KERNEL)?; in get_procs_with_pid()
173 Ok(matching_procs) in get_procs_with_pid()