Searched refs:thread_to_held_mutex_leaf_t (Results 1 – 1 of 1) sorted by relevance
28 struct thread_to_held_mutex_leaf_t { struct33 BPF_HASH(thread_to_held_mutexes, u32, struct thread_to_held_mutex_leaf_t, 2097152); argument76 struct thread_to_held_mutex_leaf_t empty_leaf = {}; in trace_mutex_acquire()77 struct thread_to_held_mutex_leaf_t *leaf = in trace_mutex_acquire()151 struct thread_to_held_mutex_leaf_t *leaf = in trace_mutex_release()166 struct thread_to_held_mutex_leaf_t value = {}; in trace_mutex_release()167 bpf_probe_read(&value, sizeof(struct thread_to_held_mutex_leaf_t), leaf); in trace_mutex_release()