Lines Matching refs:tcomplete
2904 struct binder_work *tcomplete; in binder_transaction() local
3152 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
3153 if (tcomplete == NULL) { in binder_transaction()
3591 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()
3593 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3597 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3621 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3644 tcomplete->type = BINDER_WORK_TRANSACTION_PENDING; in binder_transaction()
3645 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3667 binder_dequeue_work(proc, tcomplete); in binder_transaction()
3688 kfree(tcomplete); in binder_transaction()