Searched defs:qmap_partition (Results 1 – 1 of 1) sorted by relevance
106 struct qmap_partition { struct107 u32 nr_excl; /* number of excl-held (delegatable) cids */108 s32 cid_owner[SCX_QMAP_MAX_CPUS]; /* per cid: owner id, or CID_NONE */109 s32 shared_cids[MAX_PARTS]; /* the round-robin cid pool */110 u32 nr_shared; /* number of shared_cids entries */111 u64 rr_slots[MAX_PARTS]; /* rotation order: holder cgroup_id, 0 = self */112 u32 nr_rr; /* number of rr_slots entries */113 u32 rr_pos; /* current rotation index */