Searched refs:hashtab_node (Results 1 – 3 of 3) sorted by relevance
/openbmc/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 */ 50 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, 65 struct hashtab_node *prev, *cur; in hashtab_insert() 100 struct hashtab_node *cur; in hashtab_search() 140 int (*copy)(struct hashtab_node *new, 141 struct hashtab_node *orig, void *args),
|
H A D | hashtab.c | 50 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, in __hashtab_insert() 53 struct hashtab_node *newnode; in __hashtab_insert() 70 struct hashtab_node *cur, *temp; in hashtab_destroy() 92 struct hashtab_node *cur; in hashtab_map() 110 struct hashtab_node *cur; in hashtab_stat() 135 int (*copy)(struct hashtab_node *new, in hashtab_duplicate() 136 struct hashtab_node *orig, void *args), in hashtab_duplicate() 140 struct hashtab_node *cur, *tmp, *tail; in hashtab_duplicate() 192 sizeof(struct hashtab_node), in hashtab_cache_init()
|
H A D | conditional.c | 686 static int cond_bools_copy(struct hashtab_node *new, struct hashtab_node *orig, void *args) in cond_bools_copy()
|