Searched refs:upper_thresh_adj (Results 1 – 1 of 1) sorted by relevance
204 static int *__read_mostly upper_thresh_adj = &xenlog_upper_thresh; variable210 if ( upper_thresh_adj == &xenlog_upper_thresh ) in do_toggle_guest()212 upper_thresh_adj = &xenlog_guest_upper_thresh; in do_toggle_guest()218 upper_thresh_adj = &xenlog_upper_thresh; in do_toggle_guest()228 if ( *upper_thresh_adj < *lower_thresh_adj ) in do_adj_thresh()229 *upper_thresh_adj = *lower_thresh_adj; in do_adj_thresh()232 loglvl_str(*upper_thresh_adj)); in do_adj_thresh()
Completed in 4 milliseconds