Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dring_buffer.cpp77 enum rb_bool threshold_reached; member
128 rbc->threshold_reached = RB_FALSE; in ring_buffer_init()
327 if ((rbc->threshold_reached == RB_FALSE) && in rb_write()
334 rbc->threshold_reached = RB_TRUE; in rb_write()
429 if (rbc->threshold_reached == RB_TRUE) { in rb_read()
431 rbc->threshold_reached = RB_FALSE; in rb_read()
546 if (rbc->threshold_reached == RB_TRUE) { in rb_get_read_buf()
548 rbc->threshold_reached = RB_FALSE; in rb_get_read_buf()