Searched refs:textbuf_count (Results 1 – 1 of 1) sorted by relevance
2305 uint32_t textbuf_count; member2339 ramlog->textbuf_count = buffer_count; in ocs_ramlog_init()2384 for (i = 0; i < ramlog->textbuf_count; i ++) { in ocs_ramlog_free()2388 ocs_free(ocs, ramlog->textbufs, ramlog->textbuf_count*sizeof(*ramlog->textbufs)); in ocs_ramlog_free()2414 for (i = ramlog->textbuf_base; i < ramlog->textbuf_count; i ++) { in ocs_ramlog_clear()2508 if (idx >= ramlog->textbuf_count) { in ocs_ramlog_next_idx()2552 idx = ocs_ramlog_next_idx(ramlog, ramlog->textbuf_count); in ocs_ddump_ramlog()2554 for (i = ramlog->textbuf_base; i < ramlog->textbuf_count; i ++) { in ocs_ddump_ramlog()