Searched refs:death (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/
H A Dbinder.c266 struct binder_ref_death *death; member in struct:binder_ref
1100 if (ref->death) {
1102 "%d delete ref %d desc %d has death notification\n",
1104 list_del(&ref->death->work.entry);
1105 kfree(ref->death);
1984 struct binder_ref_death *death; local
2013 if (ref->death) {
2014 binder_user_error("%d:%d BC_REQUEST_DEATH_NOTIFICATION death notification already set\n",
2018 death = kzalloc(sizeof(*death), GFP_KERNE
2071 struct binder_ref_death *death = NULL; local
2336 struct binder_ref_death *death; local
2499 struct binder_ref_death *death; local
3021 int death = 0; local
[all...]

Completed in 81 milliseconds