Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cluster.cpp38 #define cluster_dbg_lock(fmt, ...) cluster_dbg(MPP_CLUSTER_DBG_LOCK, fmt, ## __VA_ARGS__) macro
156 cluster_dbg_lock("%s lock queue at %s start\n", cluster->name, caller); in cluster_queue_lock_f()
160 cluster_dbg_lock("%s lock queue at %s ret %d \n", cluster->name, caller, ret); in cluster_queue_lock_f()
170 cluster_dbg_lock("%s unlock queue at %s start\n", cluster->name, caller); in cluster_queue_unlock_f()
174 cluster_dbg_lock("%s unlock queue at %s ret %d \n", cluster->name, caller, ret); in cluster_queue_unlock_f()
548 cluster_dbg_lock("%s lock start\n", p->name); in cluster_worker()
550 cluster_dbg_lock("%s lock done\n", p->name); in cluster_worker()