Lines Matching refs:transaction

254 	/*   node + proc => ref (transaction) */
255 /* desc + proc => ref (transaction, inc/dec ref) */
278 struct binder_transaction *transaction;
669 binder_user_error("%d: got transaction with invalid size %zd-%zd\n",
824 BUG_ON(buffer->transaction != NULL);
1179 t->buffer->transaction = NULL;
1202 "send failed reply for transaction %d to %d:%d\n",
1221 "send failed reply for transaction %d, target dead\n",
1264 pr_err("transaction release %d bad offset %lld, size %zd\n",
1275 pr_err("transaction release %d bad node %016llx\n",
1289 pr_err("transaction release %d bad handle %d\n",
1307 pr_err("transaction release %d bad object type %x\n",
1342 binder_user_error("%d:%d got reply transaction with no transaction stack\n",
1349 binder_user_error("%d:%d got reply transaction with bad transaction stack, transaction %d has target %d:%d\n",
1366 binder_user_error("%d:%d got reply transaction with bad target transaction stack %d, expected %d\n",
1383 binder_user_error("%d:%d got transaction to invalid handle\n",
1411 binder_user_error("%d:%d got new transaction with bad transaction stack, transaction %d has target %d:%d\n",
1436 /* TODO: reuse incoming transaction for reply */
1492 t->buffer->transaction = t;
1503 binder_user_error("%d:%d got transaction with invalid data ptr\n",
1510 binder_user_error("%d:%d got transaction with invalid offsets ptr\n",
1516 binder_user_error("%d:%d got transaction with invalid offsets size, %lld\n",
1530 binder_user_error("%d:%d got transaction with invalid offset, %lld (min %lld, max %lld)\n",
1591 binder_user_error("%d:%d got transaction with invalid handle, %d\n",
1645 binder_user_error("%d:%d got transaction with fd, %d, but target does not allow fds\n",
1653 binder_user_error("%d:%d got transaction with invalid fd, %d\n",
1678 binder_user_error("%d:%d got transaction with invalid object type, %x\n",
1720 t->buffer->transaction = NULL;
1735 "%d:%d transaction failed %d, size %lld-%lld\n",
1910 "%d:%d BC_FREE_BUFFER u%016llx found buffer %d for %s transaction\n",
1913 buffer->transaction ? "active" : "finished");
1915 if (buffer->transaction) {
1916 buffer->transaction->buffer = NULL;
1917 buffer->transaction = NULL;
2441 t->buffer->transaction = NULL;
2484 "undelivered transaction %d\n",
2486 t->buffer->transaction = NULL;
2566 "release %d:%d transaction %d %s, still active\n",
2575 t->buffer->transaction = NULL;
3120 t = buffer->transaction;
3123 buffer->transaction = NULL;
3124 pr_err("release proc %d, transaction %d, not freed\n",
3251 buffer->transaction ? "active" : "delivered");
3305 " outgoing transaction", t);
3309 " incoming transaction", t);
3312 print_binder_transaction(m, " bad transaction", t);
3317 print_binder_work(m, " ", " pending transaction", w);
3346 " pending async transaction", w);
3387 print_binder_work(m, " ", " pending transaction", w);
3443 "transaction",