Searched refs:tcomplete (Results 1 – 1 of 1) sorted by relevance
1322 struct binder_work *tcomplete; in binder_transaction() local1447 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()