Lines Matching refs:lock_key
200 struct lock_key { struct
214 void (*print)(struct lock_key*, struct lock_stat*); argument
251 static void lock_stat_key_print_ ## member(struct lock_key *key, \
258 static void lock_stat_key_print_ ## member(struct lock_key *key, \
270 static void lock_stat_key_print_wait_time_min(struct lock_key *key, in PRINT_KEY()
294 static struct lock_key report_keys[] = {
306 static struct lock_key contention_keys[] = {
320 struct lock_key *keys = report_keys; in select_key()
344 struct lock_key *keys = report_keys; in add_output_field()
368 struct lock_key *keys = report_keys; in setup_output_field()
1372 struct lock_key *key; in print_result()
1658 struct lock_key *key; in print_header_stdio()
1684 struct lock_key *key; in print_header_csv()
1724 struct lock_key *key; in print_lock_stat_stdio()
1775 struct lock_key *key; in print_lock_stat_csv()
2182 struct lock_key *keys = contention_keys; in __cmd_contention()