Searched refs:textbuf_count (Results 1 – 1 of 1) sorted by relevance
2287 uint32_t textbuf_count; member2321 ramlog->textbuf_count = buffer_count; in ocs_ramlog_init()2366 for (i = 0; i < ramlog->textbuf_count; i ++) { in ocs_ramlog_free()2370 ocs_free(ocs, ramlog->textbufs, ramlog->textbuf_count*sizeof(*ramlog->textbufs)); in ocs_ramlog_free()2396 for (i = ramlog->textbuf_base; i < ramlog->textbuf_count; i ++) { in ocs_ramlog_clear()2490 if (idx >= ramlog->textbuf_count) { in ocs_ramlog_next_idx()2534 idx = ocs_ramlog_next_idx(ramlog, ramlog->textbuf_count); in ocs_ddump_ramlog()2536 for (i = ramlog->textbuf_base; i < ramlog->textbuf_count; i ++) { in ocs_ddump_ramlog()