Searched refs:mpp_serv_dbg_flow (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/driver/ |
| H A D | mpp_server.c | 36 #define mpp_serv_dbg_flow(fmt, ...) mpp_serv_dbg(MPP_SERVER_DBG_FLOW, fmt, ## __VA_ARGS__) macro 223 mpp_serv_dbg_flow("batch add free count %d:%d\n", server->batch_run, server->batch_free); in batch_add() 237 mpp_serv_dbg_flow("batch del free count %d:%d\n", server->batch_run, server->batch_free); in batch_del() 251 mpp_serv_dbg_flow("batch %d -> send failed\n", batch->batch_id); in batch_send() 258 mpp_serv_dbg_flow("batch %d -> send %d for %s\n", batch->batch_id, in batch_send() 274 mpp_serv_dbg_flow("process task start\n"); in process_task() 308 mpp_serv_dbg_flow("batch %d:%d session %d ready and remove\n", in process_task() 322 mpp_serv_dbg_flow("batch %d fill %d poll %d\n", batch->batch_id, in process_task() 326 mpp_serv_dbg_flow("batch %d poll done\n", batch->batch_id); in process_task() 350 mpp_serv_dbg_flow("stop timer\n"); in process_task() [all …]
|