Searched refs:cfi_hash (Results 1 – 1 of 1) sorted by relevance
286 static struct hlist_head *cfi_hash; variable303 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_find_or_add()322 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_add()330 cfi_hash = mmap(NULL, sizeof(struct hlist_head) << cfi_bits, in cfi_hash_alloc()333 if (cfi_hash == (void *)-1L) { in cfi_hash_alloc()335 cfi_hash = NULL; in cfi_hash_alloc()340 return cfi_hash; in cfi_hash_alloc()