Searched refs:BUFFER_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
17 #define BUFFER_MIN_SIZE (256UL) macro87 if (size < (BUFFER_MIN_SIZE << 2)) in rb_create()89 rt_kprintf("Invalid buffer size, Minimum = %d", (int32_t)(BUFFER_MIN_SIZE << 2)); in rb_create()601 if (0 == rb->is_give && rb_get_free(rb) > BUFFER_MIN_SIZE) in cb_timer2()
Completed in 4 milliseconds