Searched refs:BINDER_DEBUG_USER_ERROR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_alloc.c | 34 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator 39 static uint32_t binder_alloc_debug_mask = BINDER_DEBUG_USER_ERROR; 220 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_update_page_range() 371 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in debug_low_async_space_locked() 395 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked() 469 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked() 472 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked() 793 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_mmap_handler()
|
H A D | binder.c | 125 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator 141 static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR | 172 if (binder_debug_mask & BINDER_DEBUG_USER_ERROR) \
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_alloc.c | 34 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator 39 static uint32_t binder_alloc_debug_mask = BINDER_DEBUG_USER_ERROR; 220 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_update_page_range() 357 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in debug_low_async_space_locked() 387 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked() 461 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked() 464 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked() 796 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_mmap_handler()
|
H A D | binder.c | 124 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator 140 static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR | 185 if (binder_debug_mask & BINDER_DEBUG_USER_ERROR) { in binder_user_error()
|
Completed in 19 milliseconds