Searched refs:qmap_cmask (Results 1 – 2 of 2) sorted by relevance
78 struct qmap_cmask { struct97 struct qmap_cmask granted_cids; /* cids granted excl to this child */ argument98 struct qmap_cmask prev_granted; /* last grant, for delta calculation */167 struct qmap_cmask self_cids; /* cids this node runs its own tasks on */168 struct qmap_cmask idle_cids; /* idle state of all cids regardless of delegation */169 struct qmap_cmask rr_cids; /* the shared pool, as a mask for grant/revoke */172 struct qmap_cmask to_revoke_cids; /* delta cids to revoke */173 struct qmap_cmask to_grant_cids; /* delta cids to grant */174 struct qmap_cmask prev_rr_cids; /* previous shared pool, to clear stale grants */175 struct qmap_cmask held_excl; /* cids held excl (ENQ): delegatable */[all …]
107 _Static_assert(sizeof(struct qmap_cmask) ==