Searched refs:cfi_hash (Results 1 – 1 of 1) sorted by relevance
298 static struct hlist_head *cfi_hash; variable315 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_find_or_add()334 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_add()342 cfi_hash = mmap(NULL, sizeof(struct hlist_head) << cfi_bits, in cfi_hash_alloc()345 if (cfi_hash == (void *)-1L) { in cfi_hash_alloc()347 cfi_hash = NULL; in cfi_hash_alloc()352 return cfi_hash; in cfi_hash_alloc()