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.cpp76 enum rb_bool threshold_reached; member
127 rbc->threshold_reached = RB_FALSE; in ring_buffer_init()
326 if ((rbc->threshold_reached == RB_FALSE) && in rb_write()
333 rbc->threshold_reached = RB_TRUE; in rb_write()
428 if (rbc->threshold_reached == RB_TRUE) { in rb_read()
430 rbc->threshold_reached = RB_FALSE; in rb_read()
545 if (rbc->threshold_reached == RB_TRUE) { in rb_get_read_buf()
547 rbc->threshold_reached = RB_FALSE; in rb_get_read_buf()