Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/android/
Dbinder.c2079 struct binder_ref_death *tmp_death = container_of(w, struct binder_ref_death, work); in binder_thread_write() local
2081 if (tmp_death->cookie == cookie) { in binder_thread_write()
2082 death = tmp_death; in binder_thread_write()