Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c3186 struct binder_work *tcomplete; in binder_transaction() local
3419 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
3420 if (tcomplete == NULL) { in binder_transaction()
3843 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3847 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3872 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3889 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3912 binder_dequeue_work(proc, tcomplete); in binder_transaction()
3933 kfree(tcomplete); in binder_transaction()
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c2950 struct binder_work *tcomplete; in binder_transaction() local
3198 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
3199 if (tcomplete == NULL) { in binder_transaction()
3649 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()
3651 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3655 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3682 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3711 tcomplete->type = BINDER_WORK_TRANSACTION_PENDING; in binder_transaction()
3712 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
[all...]

Completed in 16 milliseconds