emsgs              47 drivers/block/aoe/aoechr.c static struct ErrMsg emsgs[NMSG];
emsgs             136 drivers/block/aoe/aoechr.c 	em = emsgs + emsgs_tail_idx;
emsgs             153 drivers/block/aoe/aoechr.c 	emsgs_tail_idx %= ARRAY_SIZE(emsgs);
emsgs             228 drivers/block/aoe/aoechr.c 		em = emsgs + emsgs_head_idx;
emsgs             260 drivers/block/aoe/aoechr.c 	emsgs_head_idx %= ARRAY_SIZE(emsgs);