Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_internal.h524 struct list_head fixup_entry; member
A Dbinder.c1644 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_free_txn_fixups()
1648 list_del(&fixup->fixup_entry); in binder_free_txn_fixups()
2406 list_add_tail(&fixup->fixup_entry, &t->fd_fixups); in binder_translate_fd()
4618 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups()
4640 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups()
4642 list_del(&fixup->fixup_entry); in binder_apply_fd_fixups()

Completed in 16 milliseconds