Searched refs:cluster_dbg (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 24 #define cluster_dbg(flag, fmt, ...) _mpp_dbg(mpp_cluster_debug, flag, fmt, ## __VA_ARGS__) macro 27 #define cluster_dbg_flow(fmt, ...) cluster_dbg(MPP_CLUSTER_DBG_FLOW, fmt, ## __VA_ARGS__) 28 #define cluster_dbg_lock(fmt, ...) cluster_dbg(MPP_CLUSTER_DBG_LOCK, fmt, ## __VA_ARGS__)
|