Searched refs:clear_on_free (Results 1 – 3 of 3) sorted by relevance
47 unsigned clear_on_free:1; member
712 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()
3277 t->buffer->clear_on_free = !!(t->flags & TF_CLEAR_BUF); in binder_transaction()