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

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c353 int sdpprf_log_count; variable
362 if (!sdpprf_log_count) {
384 if (!sdpprf_log_count)
388 if (*pos >= MIN(sdpprf_log_count, SDPPRF_LOG_SIZE - 1))
391 if (sdpprf_log_count >= SDPPRF_LOG_SIZE - 1) {
392 int off = sdpprf_log_count & (SDPPRF_LOG_SIZE - 1);
406 if (++*pos >= MIN(sdpprf_log_count, SDPPRF_LOG_SIZE - 1))
439 sdpprf_log_count = 0;
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; \

Completed in 103 milliseconds