Function report |
Source Code:kernel\sched\topology.c |
Create Date:2022-07-28 09:42:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ld_sched_groups will build a circular linked list of the groups* covered by the given span, will set each group's ->cpumask correctly,* and will initialize their ->sgc.* Assumes the sched_domain tree is fully constructed
Proto:static int build_sched_groups(struct sched_domain *sd, int cpu)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct sched_domain * | sd | |
int | cpu |
1106 | span = sched_domain_span(sd) |
1118 | If pumask_test_cpu - test for a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@cpumask: the cpumask pointer* Returns 1 if @cpu is set in @cpumask, else returns 0 Then Continue |
1134 | Return 0 |
Name | Describe |
---|---|
build_sched_domains | Build sched domains for a given set of CPUs and attach the sched domains* to the individual CPUs |
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 |