Lines Matching defs:tcomplete
3186 struct binder_work *tcomplete;
3419 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL);
3420 if (tcomplete == NULL) {
3843 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE;
3847 binder_enqueue_thread_work(thread, tcomplete);
3872 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete);
3889 binder_enqueue_thread_work(thread, tcomplete);
3912 binder_dequeue_work(proc, tcomplete);
3933 kfree(tcomplete);