Home
last modified time | relevance | path

Searched defs:hashtab (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/security/selinux/ss/
Dhashtab.h21 struct hashtab { struct
22 struct hashtab_node **htable; /* hash table */ argument
25 u32 (*hash_value)(struct hashtab *h, const void *key); argument
27 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2); argument
/linux-3.3/scripts/basic/
Dfixdep.c149 static struct item *hashtab[HASHSZ]; variable