The _CPC method can get per-core highest frequency. The highest frequency may varies between cores which mean cores can running at different max frequency, so can use it as a core priority and give a hint to scheduler in order to put critical task to the higher priority core.
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3379