Searched defs:MppCluster_s (Results 1 – 1 of 1) sorted by relevance
116 struct MppCluster_s { struct117 char name[16];118 pid_t pid;119 RK_S32 client_type;120 RK_S32 node_id;121 RK_S32 worker_id;123 ClusterQueue queue[MAX_PRIORITY];124 RK_S32 node_count;127 RK_S32 worker_count;128 ClusterWorker *worker;[all …]