Searched refs:tmp_death (Results 1 – 1 of 1) sorted by relevance
2079 struct binder_ref_death *tmp_death = container_of(w, struct binder_ref_death, work); in binder_thread_write() local2081 if (tmp_death->cookie == cookie) { in binder_thread_write()2082 death = tmp_death; in binder_thread_write()