Searched refs:hashtab_node (Results 1 – 3 of 3) sorted by relevance
/linux/security/selinux/ss/ |
H A D | hashtab.h | 26 struct hashtab_node { struct 29 struct hashtab_node *next; argument 33 struct hashtab_node **htable; /* hash table */ 51 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, void *key, 66 struct hashtab_node *prev, *cur; in hashtab_insert() 101 struct hashtab_node *cur; in hashtab_search() 140 int (*copy)(struct hashtab_node *new, 141 const struct hashtab_node *orig, void *args),
|
H A D | hashtab.c | 52 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, void *key, in __hashtab_insert() 55 struct hashtab_node *newnode; in __hashtab_insert() 72 struct hashtab_node *cur, *temp; in hashtab_destroy() 93 struct hashtab_node *cur; in hashtab_map() 112 struct hashtab_node *cur; in hashtab_stat() 141 int (*copy)(struct hashtab_node *new, in hashtab_duplicate() 142 const struct hashtab_node *orig, void *args), in hashtab_duplicate() 145 const struct hashtab_node *orig_cur; in hashtab_duplicate() 146 struct hashtab_node *cur, *tmp, *tail; in hashtab_duplicate() 198 hashtab_node_cachep = KMEM_CACHE(hashtab_node, SLAB_PANI in hashtab_cache_init() [all...] |
H A D | conditional.c | 681 static int cond_bools_copy(struct hashtab_node *new, in cond_bools_copy() 682 const struct hashtab_node *orig, void *args) in cond_bools_copy()
|