Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c3059 struct binder_work *tcomplete; in binder_transaction() local
3319 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
3320 if (tcomplete == NULL) { in binder_transaction()
3738 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()
3742 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3746 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3770 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3792 tcomplete->type = BINDER_WORK_TRANSACTION_PENDING; in binder_transaction()
3796 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3818 binder_dequeue_work(proc, tcomplete); in binder_transaction()
[all …]