Searched refs:starved_cnt (Results 1 - 2 of 2) sorted by path

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

Completed in 179 milliseconds