Lines Matching defs:tmp
1590 struct binder_txn_fd_fixup *fixup, *tmp;
1592 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) {
3146 struct binder_transaction *tmp;
3148 tmp = thread->transaction_stack;
3149 if (tmp->to_thread != thread) {
3150 spin_lock(&tmp->lock);
3152 proc->pid, thread->pid, tmp->debug_id,
3153 tmp->to_proc ? tmp->to_proc->pid : 0,
3154 tmp->to_thread ?
3155 tmp->to_thread->pid : 0);
3156 spin_unlock(&tmp->lock);
3163 while (tmp) {
3166 spin_lock(&tmp->lock);
3167 from = tmp->from;
3171 spin_unlock(&tmp->lock);
3174 spin_unlock(&tmp->lock);
3175 tmp = tmp->from_parent;
4403 struct binder_txn_fd_fixup *fixup, *tmp;
4428 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) {
6874 struct hlist_node *tmp;
6934 hlist_for_each_entry_safe(device, tmp, &binder_devices, hlist) {