Searched refs:tcomplete (Results 1 – 1 of 1) sorted by relevance
2976 struct binder_work *tcomplete; in binder_transaction() local3206 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()3207 if (tcomplete == NULL) { in binder_transaction()3644 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()3646 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()3650 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()3676 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()3692 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()3712 binder_dequeue_work(proc, tcomplete); in binder_transaction()3733 kfree(tcomplete); in binder_transaction()