Home
last modified time | relevance | path

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

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