Home
last modified time | relevance | path

Searched refs:get_group (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dio_interface_mux.c565 static struct if_group *get_group(const unsigned char groups) in get_group() function
631 while (NULL != (grp = get_group(group_set))) { in cris_request_io_interface()
780 while (NULL != (grp = get_group(group_set))) { in cris_request_io_interface()
872 while (NULL != (grp = get_group(group_set))) { in cris_free_io_interface()
/linux-4.4.14/kernel/sched/
Dcore.c6208 static int get_group(int cpu, struct sd_data *sdd, struct sched_group **sg) in get_group() function
6241 get_group(cpu, sdd, &sd->groups); in build_sched_groups()
6259 group = get_group(i, sdd, &sg); in build_sched_groups()
6263 if (get_group(j, sdd, NULL) != group) in build_sched_groups()