Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs39 pub(crate) clear_on_free: bool, field
153 self.get_or_init_info().clear_on_free = true; in set_info_clear_on_drop()
287 if info.clear_on_free { in drop()
/linux/drivers/android/
H A Dbinder_alloc.h46 unsigned clear_on_free:1; member
H A Dbinder.c3418 t->buffer->clear_on_free = !!(t->flags & TF_CLEAR_BUF); in binder_transaction()