Searched refs:entries (Results 1 – 1 of 1) sorted by relevance
284 void *entries[BOOT_CPUCACHE_ENTRIES]; member951 static struct array_cache *alloc_arraycache(int node, int entries, in alloc_arraycache() argument954 int memsize = sizeof(void *) * entries + sizeof(struct array_cache); in alloc_arraycache()960 nc->limit = entries; in alloc_arraycache()2922 int entries = 0; in check_slabp() local2926 entries++; in check_slabp()2927 if (entries > cachep->num || i >= cachep->num) in check_slabp()2930 if (entries != cachep->num - slabp->inuse) { in check_slabp()