Home
last modified time | relevance | path

Searched refs:lockhash_table (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-lock.c1364 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in print_bad_events()
1451 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in compare_maps()
1463 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1979 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in __cmd_report()
1980 if (!lockhash_table) in __cmd_report()
1983 con.result = &lockhash_table[0]; in __cmd_report()
2111 zfree(&lockhash_table); in __cmd_contention()
2577 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in cmd_lock()
53 static struct hlist_head *lockhash_table; global() variable
[all...]