Home
last modified time | relevance | path

Searched refs:hashtab_node (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/selinux/ss/
H A Dhashtab.h26 struct hashtab_node { struct
29 struct hashtab_node *next;
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 Dhashtab.c49 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, in __hashtab_insert()
52 struct hashtab_node *newnode; in __hashtab_insert()
69 struct hashtab_node *cur, *temp; in hashtab_destroy()
91 struct hashtab_node *cur; in hashtab_map()
109 struct hashtab_node *cur; in hashtab_stat()
133 int (*copy)(struct hashtab_node *new, in hashtab_duplicate()
134 struct hashtab_node *orig, void *args), in hashtab_duplicate()
138 struct hashtab_node *cur, *tmp, *tail; in hashtab_duplicate()
188 hashtab_node_cachep = kmem_cache_create("hashtab_node", in hashtab_cache_init()
189 sizeof(struct hashtab_node), in hashtab_cache_init()
[all...]
H A Dconditional.c686 static int cond_bools_copy(struct hashtab_node *new, struct hashtab_node *orig, void *args) in cond_bools_copy()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dhashtab.h26 struct hashtab_node { struct
29 struct hashtab_node *next;
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 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()
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()
191 hashtab_node_cachep = kmem_cache_create("hashtab_node", in hashtab_cache_init()
192 sizeof(struct hashtab_node), in hashtab_cache_init()
[all...]
H A Dconditional.c686 static int cond_bools_copy(struct hashtab_node *new, struct hashtab_node *orig, void *args) in cond_bools_copy()

Completed in 6 milliseconds