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

/drivers/staging/android/
H A Dbinder.c258 struct binder_ref_death *death; member in struct:binder_ref
1185 if (ref->death) {
1188 "has death notification\n", ref->proc->pid,
1190 list_del(&ref->death->work.entry);
1191 kfree(ref->death);
2063 struct binder_ref_death *death; local
2093 if (ref->death) {
2096 "FICATION death notific"
2101 death = kzalloc(sizeof(*death), GFP_KERNE
2161 struct binder_ref_death *death = NULL; local
2412 struct binder_ref_death *death; local
3044 int death = 0; local
[all...]

Completed in 76 milliseconds