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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c617 etm_async_q_max_len = ASYNC_EVENT_Q_SIZE; variable
2806 if (etm_async_q_cur_len >= etm_async_q_max_len) {
2815 if (etm_async_q_tail == etm_async_q_max_len) {
2840 if (etm_async_q_head == etm_async_q_max_len) {

Completed in 85 milliseconds