Searched refs:alloc_slab (Results 1 – 5 of 5) sorted by relevance
39 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member425 if (!s->alloc_slab) in slab_stats()446 s->alloc_slab, s->free_slab, in slab_stats()447 s->alloc_slab * 100 / total_alloc, in slab_stats()1206 slab->alloc_slab = get_obj("alloc_slab"); in read_slab_dir()
76 What: /sys/kernel/slab/cache/alloc_slab82 The alloc_slab file is shows how many times a new slab had to
2456 int proto_register(struct proto *prot, int alloc_slab) in proto_register() argument2458 if (alloc_slab) { in proto_register()
943 extern int proto_register(struct proto *prot, int alloc_slab);
5085 STAT_ATTR(ALLOC_SLAB, alloc_slab);