Searched defs:owner_tracing_data (Results 1 – 1 of 1) sorted by relevance
6 struct owner_tracing_data { struct7 u32 pid; // Who has the lock.8 u32 count; // How many waiters for this lock.9 u64 timestamp; // The time while the owner acquires lock and contention is going on.10 s32 stack_id; // Identifier for `owner_stat`, which stores as value in `owner_stacks`