Searched refs:tcomplete (Results 1 – 1 of 1) sorted by relevance
3063 struct binder_work *tcomplete; in binder_transaction() local3323 tcomplete = kzalloc_obj(*tcomplete); in binder_transaction()3324 if (tcomplete == NULL) { in binder_transaction()3742 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()3746 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()3750 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()3774 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()3804 tcomplete->type = BINDER_WORK_TRANSACTION_PENDING; in binder_transaction()3808 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()3831 binder_dequeue_work(proc, tcomplete); in binder_transaction()[all …]