Home
last modified time | relevance | path

Searched refs:sdpprf_log_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c353 int sdpprf_log_count; variable
362 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()
H A Dsdp_dbg.h51 extern int sdpprf_log_count;
66 &sdpprf_log[sdpprf_log_count++ & (SDPPRF_LOG_SIZE - 1)]; \
68 l->idx = sdpprf_log_count - 1; \