'\" t .\" Title: update_sd_pick_busiest .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Driver Basics .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "UPDATE_SD_PICK_BUSIE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Driver Basics" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" update_sd_pick_busiest \- return 1 on busiest group .SH "SYNOPSIS" .HP \w'bool\ update_sd_pick_busiest('u .BI "bool update_sd_pick_busiest(struct\ lb_env\ *\ " "env" ", struct\ sd_lb_stats\ *\ " "sds" ", struct\ sched_group\ *\ " "sg" ", struct\ sg_lb_stats\ *\ " "sgs" ");" .SH "ARGUMENTS" .PP \fIenv\fR .RS 4 The load balancing environment\&. .RE .PP \fIsds\fR .RS 4 sched_domain statistics .RE .PP \fIsg\fR .RS 4 sched_group candidate to be checked for being the busiest .RE .PP \fIsgs\fR .RS 4 sched_group statistics .RE .SH "DESCRIPTION" .PP Determine if \fIsg\fR is a busier group than the previously selected busiest group\&. .SH "RETURN" .PP \fBtrue\fR if \fIsg\fR is a busier group than the previously selected busiest group\&. \fBfalse\fR otherwise\&. .SH "COPYRIGHT" .br