Searched refs:binder_debug (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/android/ |
D | binder.c | 136 static __printf(2, 3) void binder_debug(int mask, const char *format, ...) in binder_debug() function 151 binder_debug(BINDER_DEBUG_FAILED_TRANSACTION, x) 273 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_proc_lock() 289 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_proc_unlock() 305 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_inner_proc_lock() 321 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_inner_proc_unlock() 337 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_node_lock() 353 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_node_unlock() 370 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_node_inner_lock() 393 binder_debug(BINDER_DEBUG_SPINLOCKS, in _binder_node_inner_unlock() [all …]
|