Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-lock.c52 static struct hlist_head *lockhash_table; variable
55 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))
1452 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map()
1543 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in combine_result()
1555 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
2045 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in __cmd_contention()
2046 if (!lockhash_table) in __cmd_contention()
2049 con.result = &lockhash_table[0]; in __cmd_contention()
2163 zfree(&lockhash_table); in __cmd_contention()
2550 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in cmd_lock()
[all …]