Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder_internal.h534 struct list_head fd_fixups; member
Dbinder.c1546 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_free_txn_fixups()
2307 list_add_tail(&fixup->fixup_entry, &t->fd_fixups); in binder_translate_fd()
3148 INIT_LIST_HEAD(&t->fd_fixups); in binder_transaction()
4339 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups()
4361 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups()