Home
last modified time | relevance | path

Searched refs:nslot (Results 1 – 2 of 2) sorted by relevance

/security/selinux/ss/
Davtab.c113 if (!h || !h->nslot) in avtab_insert()
159 if (!h || !h->nslot) in avtab_insert_nonunique()
189 if (!h || !h->nslot) in avtab_search()
225 if (!h || !h->nslot) in avtab_search_node()
287 for (i = 0; i < h->nslot; i++) { in avtab_destroy()
301 h->nslot = 0; in avtab_destroy()
309 h->nslot = 0; in avtab_init()
313 static int avtab_alloc_common(struct avtab *h, u32 nslot) in avtab_alloc_common() argument
315 if (!nslot) in avtab_alloc_common()
318 h->htable = kvcalloc(nslot, sizeof(void *), GFP_KERNEL); in avtab_alloc_common()
[all …]
Davtab.h86 u32 nslot; /* number of hash slots */ member