Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Diowait.h118 u8 starved_cnt; member
374 w->starved_cnt = 0; in iowait_queue()
376 w->starved_cnt++; in iowait_queue()
395 w->starved_cnt = 0; in iowait_starve_clear()
H A Diowait.c121 cnt = (w->priority << IOWAIT_PRIORITY_STARVE_SHIFT) + w->starved_cnt; in iowait_priority_update_top()
123 top->starved_cnt; in iowait_priority_update_top()