Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder.c585 struct list_head fd_fixups; member
1888 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_free_txn_fixups()
2587 list_add_tail(&fixup->fixup_entry, &t->fd_fixups); in binder_translate_fd()
3044 INIT_LIST_HEAD(&t->fd_fixups); in binder_transaction()
4116 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups()
4139 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups()