Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/android/
Dbinder.c1322 struct binder_work *tcomplete; in binder_transaction() local
1447 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL); in binder_transaction()
1448 if (tcomplete == NULL) { in binder_transaction()
1704 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE; in binder_transaction()
1705 list_add_tail(&tcomplete->entry, &thread->todo); in binder_transaction()
1724 kfree(tcomplete); in binder_transaction()