Searched refs:sdpprf_log (Results 1 – 2 of 2) sorted by relevance
33 struct sdpprf_log { struct50 extern struct sdpprf_log sdpprf_log[SDPPRF_LOG_SIZE]; argument65 struct sdpprf_log *l = \66 &sdpprf_log[sdpprf_log_count++ & (SDPPRF_LOG_SIZE - 1)]; \
352 struct sdpprf_log sdpprf_log[SDPPRF_LOG_SIZE]; variable359 struct sdpprf_log *l = v; in sdpprf_show()398 start_t = sdpprf_log[idx].time; in sdpprf_start()399 return &sdpprf_log[idx]; in sdpprf_start()404 struct sdpprf_log *l = v; in sdpprf_next()410 if (l - &sdpprf_log[0] >= SDPPRF_LOG_SIZE - 1) in sdpprf_next()411 return &sdpprf_log[0]; in sdpprf_next()