Lines Matching defs:lock_stat
46 struct lock_stat {
211 static int lock_stat_key_ ## member(struct lock_stat *one, \
212 struct lock_stat *two) \
223 static int lock_stat_key_wait_time_min(struct lock_stat *one,
224 struct lock_stat *two)
242 int (*key)(struct lock_stat*, struct lock_stat*);
247 static int (*compare)(struct lock_stat *, struct lock_stat *);
282 static void insert_to_result(struct lock_stat *st,
283 int (*bigger)(struct lock_stat *, struct lock_stat *))
287 struct lock_stat *p;
290 p = container_of(*rb, struct lock_stat, rb);
304 static struct lock_stat *pop_from_result(void)
315 return container_of(node, struct lock_stat, rb);
318 static struct lock_stat *lock_stat_findnew(void *addr, const char *name)
321 struct lock_stat *ret, *new;
328 new = zalloc(sizeof(struct lock_stat));
404 struct lock_stat *ls;
476 struct lock_stat *ls;
539 struct lock_stat *ls;
594 struct lock_stat *ls;
706 struct lock_stat *st;
780 struct lock_stat *st;
838 struct lock_stat *st;