Home
last modified time | relevance | path

Searched refs:IOWAIT_PRIORITY_STARVE_SHIFT (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Diowait.c10 #define IOWAIT_PRIORITY_STARVE_SHIFT 4 macro
121 cnt = (w->priority << IOWAIT_PRIORITY_STARVE_SHIFT) + w->starved_cnt; in iowait_priority_update_top()
122 tcnt = (top->priority << IOWAIT_PRIORITY_STARVE_SHIFT) + in iowait_priority_update_top()