Lines Matching defs:tcomplete
2950 struct binder_work *tcomplete;
3198 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL);
3199 if (tcomplete == NULL) {
3649 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT;
3651 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE;
3655 binder_enqueue_thread_work(thread, tcomplete);
3682 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete);
3711 tcomplete->type = BINDER_WORK_TRANSACTION_PENDING;
3712 binder_enqueue_thread_work(thread, tcomplete);
3734 binder_dequeue_work(proc, tcomplete);
3755 kfree(tcomplete);