Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder.c2454 struct binder_work *tcomplete; in binder_transaction() local
2680 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
2681 if (tcomplete == NULL) { in binder_transaction()
3042 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()
3044 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3048 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3072 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3088 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3108 binder_dequeue_work(proc, tcomplete); in binder_transaction()
3128 kfree(tcomplete); in binder_transaction()