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

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c351 int sdpprf_log_count; variable
360 if (!sdpprf_log_count) {
382 if (!sdpprf_log_count)
386 if (*pos >= MIN(sdpprf_log_count, SDPPRF_LOG_SIZE - 1))
389 if (sdpprf_log_count >= SDPPRF_LOG_SIZE - 1) {
390 int off = sdpprf_log_count & (SDPPRF_LOG_SIZE - 1);
404 if (++*pos >= MIN(sdpprf_log_count, SDPPRF_LOG_SIZE - 1))
437 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 91 milliseconds