Home
last modified time | relevance | path

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

/openbmc/linux/drivers/android/
H A Dbinder_alloc.h47 unsigned clear_on_free:1; member
H A Dbinder_alloc.c712 if (buffer->clear_on_free) { in binder_alloc_free_buf()
714 buffer->clear_on_free = false; in binder_alloc_free_buf()
820 if (buffer->clear_on_free) { in binder_alloc_deferred_release()
822 buffer->clear_on_free = false; in binder_alloc_deferred_release()
H A Dbinder.c3277 t->buffer->clear_on_free = !!(t->flags & TF_CLEAR_BUF); in binder_transaction()