Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
1558 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in combine_result()
1570 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
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()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-lock.c41 static struct list_head lockhash_table[LOCKHASH_SIZE]; variable
44 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))
784 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map()
841 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
993 INIT_LIST_HEAD(lockhash_table + i); in cmd_lock()

Completed in 6 milliseconds