Lines Matching refs:lockhash_table
52 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()
2047 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in __cmd_contention()
2048 if (!lockhash_table) in __cmd_contention()
2051 con.result = &lockhash_table[0]; in __cmd_contention()
2165 zfree(&lockhash_table); in __cmd_contention()
2581 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in cmd_lock()
2582 if (!lockhash_table) in cmd_lock()
2586 INIT_HLIST_HEAD(lockhash_table + i); in cmd_lock()
2644 zfree(&lockhash_table); in cmd_lock()