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

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h33 struct sdpprf_log { struct
50 extern struct sdpprf_log sdpprf_log[SDPPRF_LOG_SIZE];
65 struct sdpprf_log *l = \
66 &sdpprf_log[sdpprf_log_count++ & (SDPPRF_LOG_SIZE - 1)]; \
H A Dsdp_proc.c352 struct sdpprf_log sdpprf_log[SDPPRF_LOG_SIZE]; variable in typeref:struct:sdpprf_log
359 struct sdpprf_log *l = v;
398 start_t = sdpprf_log[idx].time;
399 return &sdpprf_log[idx];
404 struct sdpprf_log *l = v;
410 if (l - &sdpprf_log[0] >= SDPPRF_LOG_SIZE - 1)
411 return &sdpprf_log[0];

Completed in 104 milliseconds