Home
last modified time | relevance | path

Searched refs:tcomplete (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/android/
Dbinder.c2849 struct binder_work *tcomplete; in binder_transaction() local
3069 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
3070 if (tcomplete == NULL) { in binder_transaction()
3420 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3424 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3446 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3460 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3480 binder_dequeue_work(proc, tcomplete); in binder_transaction()
3500 kfree(tcomplete); in binder_transaction()