Lines Matching refs:tcomplete
3001 struct binder_work *tcomplete; in binder_transaction() local
3248 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
3249 if (tcomplete == NULL) { in binder_transaction()
3687 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()
3689 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3693 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3717 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3740 tcomplete->type = BINDER_WORK_TRANSACTION_PENDING; in binder_transaction()
3741 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3763 binder_dequeue_work(proc, tcomplete); in binder_transaction()
3784 kfree(tcomplete); in binder_transaction()