Searched defs:cfs_cpt_table (Results 1 – 2 of 2) sorted by relevance
64 struct cfs_cpt_table { struct66 unsigned ctb_version;68 unsigned ctb_spread_rotor;70 unsigned ctb_nparts;72 struct cfs_cpu_partition *ctb_parts;74 int *ctb_cpu2cpt;76 cpumask_t *ctb_cpumask;78 nodemask_t *ctb_nodemask;
91 struct cfs_cpt_table { struct103 cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_cpumask() argument