Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c52 static struct hlist_head *lockhash_table; variable
55 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))
1467 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map()
2060 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in __cmd_contention()
2061 if (!lockhash_table) in __cmd_contention()
2064 con.result = &lockhash_table[0]; in __cmd_contention()
2178 zfree(&lockhash_table); in __cmd_contention()
2565 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in cmd_lock()
2566 if (!lockhash_table) in cmd_lock()
2570 INIT_HLIST_HEAD(lockhash_table + i); in cmd_lock()
[all …]