Home
last modified time | relevance | path

Searched refs:hashtab_node (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/security/selinux/ss/
Dhashtab.h26 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),
Dhashtab.c51 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, void *key, in __hashtab_insert()
54 struct hashtab_node *newnode; in __hashtab_insert()
71 struct hashtab_node *cur, *temp; in hashtab_destroy()
92 struct hashtab_node *cur; in hashtab_map()
111 struct hashtab_node *cur; in hashtab_stat()
140 int (*copy)(struct hashtab_node *new, in hashtab_duplicate()
141 const struct hashtab_node *orig, void *args), in hashtab_duplicate()
144 const struct hashtab_node *orig_cur; in hashtab_duplicate()
145 struct hashtab_node *cur, *tmp, *tail; in hashtab_duplicate()
197 hashtab_node_cachep = KMEM_CACHE(hashtab_node, SLAB_PANIC); in hashtab_cache_init()
Dconditional.c687 static int cond_bools_copy(struct hashtab_node *new, in cond_bools_copy()
688 const struct hashtab_node *orig, void *args) in cond_bools_copy()