Home
last modified time | relevance | path

Searched defs:lock_stats (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_lock.h61 struct lock_stats {}; struct
75 struct lock_stats { struct
76 const char *initialization_fn;
77 const char *acquired_by;
78 int line;
79 int acquired;
80 int contended;
81 uint64_t contention_time;
82 uint64_t non_contention_time;
83 uint64_t held_time;
[all …]