Searched refs:sdpprf_log_count (Results 1 – 2 of 2) sorted by relevance
353 int sdpprf_log_count; variable362 if (!sdpprf_log_count) { in sdpprf_show()384 if (!sdpprf_log_count) in sdpprf_start()388 if (*pos >= MIN(sdpprf_log_count, SDPPRF_LOG_SIZE - 1)) in sdpprf_start()391 if (sdpprf_log_count >= SDPPRF_LOG_SIZE - 1) { in sdpprf_start()392 int off = sdpprf_log_count & (SDPPRF_LOG_SIZE - 1); in sdpprf_start()406 if (++*pos >= MIN(sdpprf_log_count, SDPPRF_LOG_SIZE - 1)) in sdpprf_next()439 sdpprf_log_count = 0; in sdpprf_write()
51 extern int sdpprf_log_count;66 &sdpprf_log[sdpprf_log_count++ & (SDPPRF_LOG_SIZE - 1)]; \68 l->idx = sdpprf_log_count - 1; \