Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dlock-contention.c15 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))
23 struct hlist_head *lockhash_table; variable
H A Dlock-contention.h76 extern struct hlist_head *lockhash_table;
/linux-6.15/tools/perf/
H A Dbuiltin-lock.c1376 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map()
1463 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in combine_result()
1475 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
2009 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in __cmd_contention()
2010 if (!lockhash_table) in __cmd_contention()
2013 con.result = &lockhash_table[0]; in __cmd_contention()
2141 zfree(&lockhash_table); in __cmd_contention()
2607 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in cmd_lock()
2608 if (!lockhash_table) in cmd_lock()
2612 INIT_HLIST_HEAD(lockhash_table + i); in cmd_lock()
[all …]