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

/drivers/staging/android/
H A Dbinder.c1319 struct binder_work *tcomplete; local
1444 tcomplete = kzalloc(sizeof(*tcomplete), GFP_KERNEL);
1445 if (tcomplete == NULL) {
1703 tcomplete->type = BINDER_WORK_TRANSACTION_COMPLETE;
1704 list_add_tail(&tcomplete->entry, &thread->todo);
1723 kfree(tcomplete);

Completed in 295 milliseconds