Lines Matching defs:tmp
1963 struct binder_txn_fd_fixup *fixup, *tmp;
1965 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) {
3369 struct binder_transaction *tmp;
3371 tmp = thread->transaction_stack;
3372 if (tmp->to_thread != thread) {
3373 spin_lock(&tmp->lock);
3375 proc->pid, thread->pid, tmp->debug_id,
3376 tmp->to_proc ? tmp->to_proc->pid : 0,
3377 tmp->to_thread ?
3378 tmp->to_thread->pid : 0);
3379 spin_unlock(&tmp->lock);
3386 while (tmp) {
3389 spin_lock(&tmp->lock);
3390 from = tmp->from;
3394 spin_unlock(&tmp->lock);
3397 spin_unlock(&tmp->lock);
3398 tmp = tmp->from_parent;
4570 struct binder_txn_fd_fixup *fixup, *tmp;
4596 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) {
6786 struct hlist_node *tmp;
6863 hlist_for_each_entry_safe(device, tmp, &binder_devices, hlist) {