HIGH and LOW: Specifying the new priority of a request

Explanation

HIGH and LOW are mutually exclusive, optional parameters that indicate how to alter the priority of the specified requests.
HIGH
The specified request is to be given the highest priority on its respective queue.
LOW
The specified request is to be given the lowest priority on its respective queue.

Defaults

If neither the HIGH or LOW parameter is specified, the default is HIGH.