Searched defs:MppCluster_s (Results 1 – 1 of 1) sorted by relevance
126 struct MppCluster_s { struct127 char name[16];128 pid_t pid;129 RK_S32 client_type;130 RK_S32 node_id;131 RK_S32 worker_id;133 ClusterQueue queue[MAX_PRIORITY];134 RK_S32 node_count;137 RK_S32 worker_count;138 ClusterWorker *worker;[all …]