Searched refs:textbuf_count (Results 1 – 1 of 1) sorted by relevance
2289 uint32_t textbuf_count; member2323 ramlog->textbuf_count = buffer_count; in ocs_ramlog_init()2368 for (i = 0; i < ramlog->textbuf_count; i ++) { in ocs_ramlog_free()2372 ocs_free(ocs, ramlog->textbufs, ramlog->textbuf_count*sizeof(*ramlog->textbufs)); in ocs_ramlog_free()2398 for (i = ramlog->textbuf_base; i < ramlog->textbuf_count; i ++) { in ocs_ramlog_clear()2492 if (idx >= ramlog->textbuf_count) { in ocs_ramlog_next_idx()2536 idx = ocs_ramlog_next_idx(ramlog, ramlog->textbuf_count); in ocs_ddump_ramlog()2538 for (i = ramlog->textbuf_base; i < ramlog->textbuf_count; i ++) { in ocs_ddump_ramlog()