Searched refs:clear_on_free (Results 1 – 3 of 3) sorted by relevance
47 unsigned clear_on_free:1; member
730 if (buffer->clear_on_free) { in binder_alloc_free_buf()732 buffer->clear_on_free = false; in binder_alloc_free_buf()830 if (buffer->clear_on_free) { in binder_alloc_deferred_release()832 buffer->clear_on_free = false; in binder_alloc_deferred_release()
3334 t->buffer->clear_on_free = !!(t->flags & TF_CLEAR_BUF); in binder_transaction()