Home
last modified time | relevance | path

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

/linux/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.h82 extern struct hlist_head *lockhash_table;
/linux/tools/perf/
H A Dbuiltin-lock.c1378 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map()
1465 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in combine_result()
1477 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
2013 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in __cmd_contention()
2014 if (!lockhash_table) in __cmd_contention()
2017 con.result = &lockhash_table[0]; in __cmd_contention()
2145 zfree(&lockhash_table); in __cmd_contention()
2686 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in cmd_lock()
2687 if (!lockhash_table) in cmd_lock()
2691 INIT_HLIST_HEAD(lockhash_table + i); in cmd_lock()
[all …]