Searched refs:death (Results 1 – 1 of 1) sorted by relevance
407 struct binder_ref_death *death; member1685 if (ref->death) { in binder_cleanup_ref_olocked()1690 binder_dequeue_work(ref->proc, &ref->death->work); in binder_cleanup_ref_olocked()1819 kfree(ref->death); in binder_free_ref()4063 struct binder_ref_death *death = NULL; in binder_thread_write() local4076 death = kzalloc(sizeof(*death), GFP_KERNEL); in binder_thread_write()4077 if (death == NULL) { in binder_thread_write()4101 kfree(death); in binder_thread_write()4117 if (ref->death) { in binder_thread_write()4122 kfree(death); in binder_thread_write()[all …]