Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs470 let mut t_opt = inner.current_transaction.as_ref(); in debug_print() localVariable
471 while let Some(t) = t_opt { in debug_print()
474 t_opt = t.from_parent.as_ref(); in debug_print()
477 t_opt = t.find_from(self); in debug_print()
480 t_opt = None; in debug_print()