Searched refs:put_idx (Results 1 – 2 of 2) sorted by relevance
1738 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()
287 int put_idx; member