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

/linux-master/drivers/block/aoe/
H A Daoechr.c47 static struct ErrMsg emsgs[NMSG]; variable in typeref:struct:ErrMsg
146 em = emsgs + emsgs_tail_idx;
161 emsgs_tail_idx %= ARRAY_SIZE(emsgs);
236 em = emsgs + emsgs_head_idx;
268 emsgs_head_idx %= ARRAY_SIZE(emsgs);

Completed in 247 milliseconds