Name

lowest_flag_domain — Return lowest sched_domain containing flag.

Synopsis

struct sched_domain * lowest_flag_domain (int cpu,
 int flag);
 

Arguments

cpu

The cpu whose lowest level of sched domain is to be returned.

flag

The flag to check for the lowest sched_domain for the given cpu.

Description

Returns the lowest sched_domain of a cpu which contains the given flag.