Searched refs:lockhash_table (Results 1 – 3 of 3) sorted by relevance
15 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))23 struct hlist_head *lockhash_table; variable
76 extern struct hlist_head *lockhash_table;
1364 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map()1451 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in combine_result()1463 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()1979 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in __cmd_contention()1980 if (!lockhash_table) in __cmd_contention()1983 con.result = &lockhash_table[0]; in __cmd_contention()2111 zfree(&lockhash_table); in __cmd_contention()2577 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table)); in cmd_lock()2578 if (!lockhash_table) in cmd_lock()2582 INIT_HLIST_HEAD(lockhash_table + i); in cmd_lock()[all …]