Lines Matching refs:lock_key
198 struct lock_key { struct
212 void (*print)(struct lock_key*, struct lock_stat*); argument
249 static void lock_stat_key_print_ ## member(struct lock_key *key, \
256 static void lock_stat_key_print_ ## member(struct lock_key *key, \
268 static void lock_stat_key_print_wait_time_min(struct lock_key *key, in PRINT_KEY()
292 static struct lock_key report_keys[] = {
304 static struct lock_key contention_keys[] = {
318 struct lock_key *keys = report_keys; in select_key()
342 struct lock_key *keys = report_keys; in add_output_field()
366 struct lock_key *keys = report_keys; in setup_output_field()
1353 struct lock_key *key; in print_result()
1640 struct lock_key *key; in print_header_stdio()
1663 struct lock_key *key; in print_header_csv()
1700 struct lock_key *key; in print_lock_stat_stdio()
1748 struct lock_key *key; in print_lock_stat_csv()
2130 struct lock_key *keys = contention_keys; in __cmd_contention()