Lines Matching defs:transaction

246 	/*   node + proc => ref (transaction) */
247 /* desc + proc => ref (transaction, inc/dec ref) */
270 struct binder_transaction *transaction;
752 binder_user_error("binder: %d: got transaction with invalid "
909 BUG_ON(buffer->transaction != NULL);
1265 t->buffer->transaction = NULL;
1287 "transaction %d to %d:%d\n",
1307 "for transaction %d, target dead\n",
1350 printk(KERN_ERR "binder: transaction release %d bad"
1361 printk(KERN_ERR "binder: transaction release %d"
1374 printk(KERN_ERR "binder: transaction release %d"
1393 printk(KERN_ERR "binder: transaction release %d bad "
1427 binder_user_error("binder: %d:%d got reply transaction "
1428 "with no transaction stack\n",
1435 binder_user_error("binder: %d:%d got reply transaction "
1436 "with bad transaction stack,"
1437 " transaction %d has target %d:%d\n",
1454 binder_user_error("binder: %d:%d got reply transaction "
1455 "with bad target transaction stack %d, "
1473 "transaction to invalid handle\n",
1497 "transaction with bad transaction stack"
1498 ", transaction %d has target %d:%d\n",
1523 /* TODO: reuse incoming transaction for reply */
1579 t->buffer->transaction = t;
1588 binder_user_error("binder: %d:%d got transaction with invalid "
1594 binder_user_error("binder: %d:%d got transaction with invalid "
1600 binder_user_error("binder: %d:%d got transaction with "
1612 binder_user_error("binder: %d:%d got transaction with "
1665 "transaction with invalid "
1714 binder_user_error("binder: %d:%d got transaction with fd, %ld, but target does not allow fds\n",
1722 binder_user_error("binder: %d:%d got transaction with invalid fd, %ld\n",
1785 t->buffer->transaction = NULL;
1800 "binder: %d:%d transaction failed %d, size %zd-%zd\n",
1984 "binder: %d:%d BC_FREE_BUFFER u%p found buffer %d for %s transaction\n",
1986 buffer->transaction ? "active" : "finished");
1988 if (buffer->transaction) {
1989 buffer->transaction->buffer = NULL;
1990 buffer->transaction = NULL;
2514 t->buffer->transaction = NULL;
2614 "binder: release %d:%d transaction %d "
2623 t->buffer->transaction = NULL;
3082 t = buffer->transaction;
3085 buffer->transaction = NULL;
3087 "transaction %d, not freed\n",
3213 buffer->transaction ? "active" : "delivered");
3266 " outgoing transaction", t);
3270 " incoming transaction", t);
3273 print_binder_transaction(m, " bad transaction", t);
3278 print_binder_work(m, " ", " pending transaction", w);
3308 " pending async transaction", w);
3349 print_binder_work(m, " ", " pending transaction", w);
3405 "transaction",