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

/freebsd-11-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.c350 struct sdpprf_log sdpprf_log[SDPPRF_LOG_SIZE]; variable in typeref:struct:sdpprf_log
357 struct sdpprf_log *l = v;
396 start_t = sdpprf_log[idx].time;
397 return &sdpprf_log[idx];
402 struct sdpprf_log *l = v;
408 if (l - &sdpprf_log[0] >= SDPPRF_LOG_SIZE - 1)
409 return &sdpprf_log[0];

Completed in 301 milliseconds