Lines Matching refs:lockhash_table
52 static struct hlist_head *lockhash_table;
55 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))
1467 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1558 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1570 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
2060 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table));
2061 if (!lockhash_table)
2064 con.result = &lockhash_table[0];
2178 zfree(&lockhash_table);
2565 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table));
2566 if (!lockhash_table)
2570 INIT_HLIST_HEAD(lockhash_table + i);
2625 zfree(&lockhash_table);