Searched refs:il_tail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c203 if (il1->il_head != il1->il_tail) {
204 for (i = il1->il_head; i != il1->il_tail; i = next) {
209 il2->il_tail = (il2->il_tail + 1) % il2->il_max;
211 next, il2->il_tail);
212 p2 = s2 + il2->il_tail;
250 if (etm_id_lst->il_head == etm_id_lst->il_tail) {
256 for (i = etm_id_lst->il_head; i != etm_id_lst->il_tail; i = next) {
281 next = (etm_id_lst->il_tail + 1) % etm_id_lst->il_max;
290 next = (etm_id_lst->il_tail
[all...]
H A Detm_ckpt.h81 uint16_t il_tail; /* tail of the list */ member in struct:etm_ckpt_id_list

Completed in 190 milliseconds