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

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h287 int put_idx; member in struct:sghsc_rb_head
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c1738 rb_head->put_idx = 0;
1766 rb_head->put_idx = 0;
1784 rb_head->buf[rb_head->put_idx] = *event;
1786 rb_head->put_idx = (rb_head->put_idx + 1) & (rb_head->size - 1);
1788 if (rb_head->put_idx == rb_head->get_idx)
1811 if (rb_head->get_idx == rb_head->put_idx)

Completed in 48 milliseconds