Lines Matching refs:lockhash_table
1364 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1451 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1463 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1979 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table));
1980 if (!lockhash_table)
1983 con.result = &lockhash_table[0];
2111 zfree(&lockhash_table);
2577 lockhash_table = calloc(LOCKHASH_SIZE, sizeof(*lockhash_table));
2578 if (!lockhash_table)
2582 INIT_HLIST_HEAD(lockhash_table + i);
2647 zfree(&lockhash_table);