Function report |
Source Code:kernel\sched\topology.c |
Create Date:2022-07-28 09:43:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:handle null as "default"
Proto:static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, struct sched_domain_attr *new, int idx_new)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct sched_domain_attr * | cur | |
int | idx_cur | |
struct sched_domain_attr * | new | |
int | idx_new |
2185 | tmp = SD_ATTR_INIT |
2187 | Return Not memcmp(cur ? (cur + idx_cur) : & tmp, new ? (new + idx_new) : & tmp, sizeof(structsched_domain_attr)) |
Name | Describe |
---|---|
partition_sched_domains_locked | Partition sched domains as specified by the 'ndoms_new'* cpumasks in the array doms_new[] of cpumasks. This compares* doms_new[] to the current sched domain partitioning, doms_cur[].* It destroys each deleted domain and builds each new domain. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |