Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_cluster.h25 #define MAX_PRIORITY 1 macro
/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c123 ClusterQueue queue[MAX_PRIORITY];
423 for (i = 0; i < MAX_PRIORITY; i++) { in cluster_worker_get_task()
668 for (i = 0; i < MAX_PRIORITY; i++) in MPP_SINGLETON()
722 for (i = 0; i < MAX_PRIORITY; i++) in cluster_server_put()
743 mpp_assert(priority < MAX_PRIORITY); in mpp_node_attach()