Function report |
Source Code:kernel\sched\topology.c |
Create Date:2022-07-28 09:42:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__sdt_alloc
Proto:static int __sdt_alloc(const struct cpumask *cpu_map)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct cpumask * | cpu_map |
1755 | sd = alloc_percpu(structsched_domain * ) |
1759 | sds = alloc_percpu(structsched_domain_shared * ) |
1763 | sg = alloc_percpu(structsched_group * ) |
1767 | sgc = alloc_percpu(structsched_group_capacity * ) |
1782 | per_cpu_ptr(sd, j) = sd |
1789 | per_cpu_ptr(sds, j) = sds |
1798 | per_cpu_ptr(sg, j) = sg |
1809 | per_cpu_ptr(sgc, j) = sgc |
1813 | Return 0 |
Name | Describe |
---|---|
__visit_domain_allocation_hell |
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 |