1UPDATE_SD_PICK_BUSIE(9)          Driver Basics         UPDATE_SD_PICK_BUSIE(9)
2
3
4

NAME

6       update_sd_pick_busiest - return 1 on busiest group
7

SYNOPSIS

9       bool update_sd_pick_busiest(struct lb_env * env,
10                                   struct sd_lb_stats * sds,
11                                   struct sched_group * sg,
12                                   struct sg_lb_stats * sgs);
13

ARGUMENTS

15       env
16           The load balancing environment.
17
18       sds
19           sched_domain statistics
20
21       sg
22           sched_group candidate to be checked for being the busiest
23
24       sgs
25           sched_group statistics
26

DESCRIPTION

28       Determine if sg is a busier group than the previously selected busiest
29       group.
30

RETURN

32       true if sg is a busier group than the previously selected busiest
33       group.  false otherwise.
34
36Kernel Hackers Manual 3.10         June 2019           UPDATE_SD_PICK_BUSIE(9)
Impressum