Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/kernel/sched/
Dcore.c5951 static int get_group(int cpu, struct sd_data *sdd, struct sched_group **sg) in get_group() function
5984 get_group(cpu, sdd, &sd->groups); in build_sched_groups()
6002 group = get_group(i, sdd, &sg); in build_sched_groups()
6006 if (get_group(j, sdd, NULL) != group) in build_sched_groups()