Searched refs:tc_u_common_hash (Results 1 – 1 of 1) sorted by relevance
326 static struct hlist_head *tc_u_common_hash; variable358 hlist_for_each_entry(tc, &tc_u_common_hash[h], hnode) { in tc_u_common_find()393 hlist_add_head(&tp_c->hnode, &tc_u_common_hash[h]); in u32_init()1475 tc_u_common_hash = kvmalloc_array(U32_HASH_SIZE, in init_u32()1478 if (!tc_u_common_hash) in init_u32()1482 INIT_HLIST_HEAD(&tc_u_common_hash[i]); in init_u32()1486 kvfree(tc_u_common_hash); in init_u32()1493 kvfree(tc_u_common_hash); in exit_u32()