Searched refs:cfi_hash (Results 1 – 1 of 1) sorted by relevance
304 static struct hlist_head *cfi_hash; variable321 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_find_or_add()340 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_add()348 cfi_hash = mmap(NULL, sizeof(struct hlist_head) << cfi_bits, in cfi_hash_alloc()351 if (cfi_hash == (void *)-1L) { in cfi_hash_alloc()353 cfi_hash = NULL; in cfi_hash_alloc()358 return cfi_hash; in cfi_hash_alloc()