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

/linux-master/drivers/block/aoe/
H A Daoechr.c48 static int emsgs_head_idx, emsgs_tail_idx; variable
236 em = emsgs + emsgs_head_idx;
267 emsgs_head_idx++;
268 emsgs_head_idx %= ARRAY_SIZE(emsgs);

Completed in 176 milliseconds