Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/selinux/ss/
Dhashtab.h32 struct hashtab { struct
33 struct hashtab_node **htable; /* hash table */ argument
48 int hashtab_init(struct hashtab *h, u32 nel_hint); argument
/kernel/linux/linux-6.6/security/selinux/ss/
Dhashtab.h32 struct hashtab { struct
33 struct hashtab_node **htable; /* hash table */ argument
48 int hashtab_init(struct hashtab *h, u32 nel_hint); argument
/kernel/linux/linux-6.6/scripts/basic/
Dfixdep.c132 struct item *hashtab[]) in add_to_hashtable()
151 static bool in_hashtable(const char *name, int len, struct item *hashtab[]) in in_hashtable()
/kernel/linux/linux-5.10/scripts/basic/
Dfixdep.c167 static struct item *hashtab[HASHSZ]; variable