Searched refs:fixup_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c28 struct fixup_entry { struct
37 static u32 *calc_addr(struct fixup_entry *fcur, long offset)
71 struct fixup_entry *fcur)
104 struct fixup_entry *fcur, *fend;
704 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur)
710 static struct fixup_entry fixup;
712 static long __init calc_offset(struct fixup_entry *entry, unsigned int *p)
/linux-master/drivers/android/
H A Dbinder_internal.h497 * @fixup_entry: list entry
508 struct list_head fixup_entry; member in struct:binder_txn_fd_fixup
H A Dbinder.c1556 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) {
1560 list_del(&fixup->fixup_entry);
2316 list_add_tail(&fixup->fixup_entry, &t->fd_fixups);
4348 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) {
4370 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) {
4372 list_del(&fixup->fixup_entry);

Completed in 281 milliseconds