Re: [PATCH v14 03/12] cpuset: Simply allocation and freeing of cpumasks

2018-10-19 Thread Tom Hromatka
On 10/15/2018 02:29 PM, Waiman Long wrote: The previous commit introduces a new subparts_cpus mask into the cpuset data structure and a new tmpmasks structure. Managing the allocation and freeing of those cpumasks is becoming more complex. So a number of helper functions are added to simplif

[PATCH v14 03/12] cpuset: Simply allocation and freeing of cpumasks

2018-10-15 Thread Waiman Long
The previous commit introduces a new subparts_cpus mask into the cpuset data structure and a new tmpmasks structure. Managing the allocation and freeing of those cpumasks is becoming more complex. So a number of helper functions are added to simplify and streamline the management of those cpumask