Searched defs:emsgs_tail_idx (Results 1 - 1 of 1) sorted by relevance

/drivers/block/aoe/
H A Daoechr.c48 static int emsgs_head_idx, emsgs_tail_idx; variable
136 em = emsgs + emsgs_tail_idx;
152 emsgs_tail_idx++;
153 emsgs_tail_idx %= ARRAY_SIZE(emsgs);

Completed in 1021 milliseconds