# /etc/default/rtirq — realtime IRQ thread priority tuning # List of IRQ thread names to boost (space-separated regex patterns) RTIRQ_NAME_LIST="xhci_hcd snd usb" # Highest priority for listed threads RTIRQ_PRIO_HIGH=95 # Decrement priority per subsequent match RTIRQ_PRIO_DECR=1 # Lowest priority for unlisted threads RTIRQ_PRIO_LOW=50 # Reset IRQ thread priorities before applying (0=no, 1=yes) RTIRQ_RESET_IRQ=0