Searched refs:hashtab (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/security/selinux/ss/ |
D | hashtab.h | 32 struct hashtab { struct 48 int hashtab_init(struct hashtab *h, u32 nel_hint); argument 50 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, 61 static inline int hashtab_insert(struct hashtab *h, void *key, void *datum, in hashtab_insert() 96 static inline void *hashtab_search(struct hashtab *h, const void *key, in hashtab_search() 122 void hashtab_destroy(struct hashtab *h); 135 int hashtab_map(struct hashtab *h, 139 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig, 146 void hashtab_stat(struct hashtab *h, struct hashtab_info *info);
|
D | hashtab.c | 31 int hashtab_init(struct hashtab *h, u32 nel_hint) in hashtab_init() 42 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, in __hashtab_insert() 59 void hashtab_destroy(struct hashtab *h) in hashtab_destroy() 78 int hashtab_map(struct hashtab *h, in hashtab_map() 99 void hashtab_stat(struct hashtab *h, struct hashtab_info *info) in hashtab_stat() 125 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig, in hashtab_duplicate()
|
D | policydb.h | 266 struct hashtab role_tr; 272 struct hashtab filename_trans; 297 struct hashtab range_tr;
|
D | symtab.h | 16 struct hashtab table; /* hash table (keyed on a string) */
|
D | policydb.c | 688 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval() 707 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
|
/Linux-v5.10/scripts/basic/ |
D | fixdep.c | 167 static struct item *hashtab[HASHSZ]; variable 186 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config() 208 aux->next = hashtab[hash % HASHSZ]; in define_config() 209 hashtab[hash % HASHSZ] = aux; in define_config()
|
/Linux-v5.10/security/selinux/ |
D | Makefile | 10 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
|
/Linux-v5.10/kernel/bpf/ |
D | Makefile | 10 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
|