+2
−0
+5
−0
include/linux/sched/relationship.h
0 → 100644
+137
−0
+10
−0
+3
−0
Loading
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9GZAQ CVE: NA -------------------------------- There may be some relationships between threads, such as network communication, memory sharing, etc. Generally, threads that have relationships may have better performance when they are scheduled to the same smt, cluster or numa, because they share certain resources. This patch is in the scheduler, and provides a mechanism to identify and maintain the affinity relationship. Currently, the memory and network parts have been implemented, and other relationships will be extended in the future. Signed-off-by:Hui Tang <tanghui20@huawei.com>