Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dringbuff.c49 size_t rb_can_read(struct ring_buffer *rb) in rb_can_read() function
89 toread = rb_can_read(rb); in rb_read()
101 len = MIN(toread, rb_can_read(rb)); in rb_read()
H A Dringbuff.h18 size_t rb_can_read(struct ring_buffer *rb);