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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c605 async_event_q[ASYNC_EVENT_Q_SIZE]; /* holds the async events */ variable
2796 * use a static array async_event_q instead of dynamicaly allocated mem queue
2811 (void) memcpy(&async_event_q[etm_async_q_tail], async_e,
2836 (void) memcpy(async_e, &async_event_q[etm_async_q_head],

Completed in 64 milliseconds