Searched refs:cluster_dbg_lock (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 28 #define cluster_dbg_lock(fmt, ...) cluster_dbg(MPP_CLUSTER_DBG_LOCK, fmt, ## __VA_ARGS__) macro 170 cluster_dbg_lock("%s lock queue at %s start\n", cluster->name, caller); in cluster_queue_lock_f() 174 cluster_dbg_lock("%s lock queue at %s ret %d \n", cluster->name, caller, ret); in cluster_queue_lock_f() 184 cluster_dbg_lock("%s unlock queue at %s start\n", cluster->name, caller); in cluster_queue_unlock_f() 188 cluster_dbg_lock("%s unlock queue at %s ret %d \n", cluster->name, caller, ret); in cluster_queue_unlock_f() 562 cluster_dbg_lock("%s lock start\n", p->name); in cluster_worker() 564 cluster_dbg_lock("%s lock done\n", p->name); in cluster_worker()
|