Searched refs:alloc_slab (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/mm/
H A Dslabinfo.c40 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member in struct:slabinfo
476 if (!s->alloc_slab)
497 s->alloc_slab, s->free_slab,
498 s->alloc_slab * 100 / total_alloc,
1284 slab->alloc_slab = get_obj("alloc_slab");
/linux-master/net/core/
H A Dsock.c3937 int proto_register(struct proto *prot, int alloc_slab) argument
3949 if (alloc_slab) {
3981 if (alloc_slab)
3984 if (alloc_slab) {
/linux-master/include/net/
H A Dsock.h1322 int proto_register(struct proto *prot, int alloc_slab);
/linux-master/mm/
H A Dslub.c6511 STAT_ATTR(ALLOC_SLAB, alloc_slab);

Completed in 159 milliseconds