Searched refs:nslot (Results 1 – 2 of 2) sorted by relevance
113 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() argument315 if (!nslot) in avtab_alloc_common()318 h->htable = kvcalloc(nslot, sizeof(void *), GFP_KERNEL); in avtab_alloc_common()[all …]
86 u32 nslot; /* number of hash slots */ member