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

/linux-master/drivers/android/
H A Dbinder_internal.h375 * @delivered_death: list of delivered death notification
423 struct list_head delivered_death; member in struct:binder_proc
H A Dbinder.c24 * (proc->todo, thread->todo, proc->delivered_death and
4209 list_for_each_entry(w, &proc->delivered_death,
4624 w, &proc->delivered_death);
4921 BUG_ON(!list_empty(&proc->delivered_death));
5660 INIT_LIST_HEAD(&proc->delivered_death);
5906 binder_release_work(proc, &proc->delivered_death);
6182 list_for_each_entry(w, &proc->delivered_death, entry) {

Completed in 136 milliseconds