Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc.h26 * @clear_on_free: %true if buffer must be zeroed after use
45 unsigned clear_on_free:1; member
H A Dbinder_alloc.c713 * increase contention for the alloc mutex if clear_on_free in binder_alloc_free_buf()
717 if (buffer->clear_on_free) { in binder_alloc_free_buf()
719 buffer->clear_on_free = false; in binder_alloc_free_buf()
817 if (buffer->clear_on_free) { in binder_alloc_deferred_release()
819 buffer->clear_on_free = false; in binder_alloc_deferred_release()
H A Dbinder.c3533 t->buffer->clear_on_free = !!(t->flags & TF_CLEAR_BUF); in binder_transaction()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc.h26 * @clear_on_free: %true if buffer must be zeroed after use
47 unsigned clear_on_free:1; member
H A Dbinder_alloc.c708 * increase contention for the alloc mutex if clear_on_free in binder_alloc_free_buf()
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()
H A Dbinder.c3325 t->buffer->clear_on_free = !!(t->flags & TF_CLEAR_BUF); in binder_transaction()

Completed in 19 milliseconds