1GET_SD_LOAD_IDX(9) Driver Basics GET_SD_LOAD_IDX(9)
23
4
NAME
6get_sd_load_idx - Obtain the load index for a given sched domain.
7
SYNOPSIS
9int get_sd_load_idx(struct sched_domain * sd, enum cpu_idle_type idle);
10
ARGUMENTS
12sd
13The sched_domain whose load_idx is to be obtained.
1415
idle
16The Idle status of the CPU for whose sd load_icx is obtained.
17
RETURN
19The load index.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 GET_SD_LOAD_IDX(9)