Home
last modified time | relevance | path

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

/linux-5.19.10/security/selinux/ss/
Dhashtab.h26 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),
Dhashtab.c50 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()
134 int (*copy)(struct hashtab_node *new, in hashtab_duplicate()
135 struct hashtab_node *orig, void *args), in hashtab_duplicate()
139 struct hashtab_node *cur, *tmp, *tail; in hashtab_duplicate()
190 sizeof(struct hashtab_node), in hashtab_cache_init()
Dconditional.c686 static int cond_bools_copy(struct hashtab_node *new, struct hashtab_node *orig, void *args) in cond_bools_copy()