Home
last modified time | relevance | path

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

/openbmc/linux/drivers/android/
H A Dbinder.c2914 struct binder_work *tcomplete; in binder_transaction() local
3162 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
3163 if (tcomplete == NULL) { in binder_transaction()
3602 tcomplete->type = BINDER_WORK_TRANSACTION_ONEWAY_SPAM_SUSPECT; in binder_transaction()
3604 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
3608 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3632 binder_enqueue_deferred_thread_work_ilocked(thread, tcomplete); in binder_transaction()
3655 tcomplete->type = BINDER_WORK_TRANSACTION_PENDING; in binder_transaction()
3656 binder_enqueue_thread_work(thread, tcomplete); in binder_transaction()
3678 binder_dequeue_work(proc, tcomplete); in binder_transaction()
[all …]