Home
last modified time | relevance | path

Searched refs:rwr_lock_contention (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-profiling.h124 rwr_lock_contention = 0; \
141 (p)->profile->tmm[(id)].rwr_lock_contention = rwr_lock_contention; \
H A Dthreads-profile.h163 extern thread_local uint64_t rwr_lock_contention;
173 rwr_lock_contention++; \
H A Ddecode.h344 uint64_t rwr_lock_contention; member
H A Dtm-threads.c59 thread_local uint64_t rwr_lock_contention; variable