Searched refs:alloc_slab (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 40 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member 452 if (!s->alloc_slab) in slab_stats() 473 s->alloc_slab, s->free_slab, in slab_stats() 474 s->alloc_slab * 100 / total_alloc, in slab_stats() 1260 slab->alloc_slab = get_obj("alloc_slab"); in read_slab_dir()
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 40 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member 476 if (!s->alloc_slab) in slab_stats() 497 s->alloc_slab, s->free_slab, in slab_stats() 498 s->alloc_slab * 100 / total_alloc, in slab_stats() 1284 slab->alloc_slab = get_obj("alloc_slab"); in read_slab_dir()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 3497 int proto_register(struct proto *prot, int alloc_slab) in proto_register() argument 3501 if (alloc_slab) { in proto_register() 3547 if (alloc_slab && prot->twsk_prot) in proto_register() 3550 if (alloc_slab) { in proto_register()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 3918 int proto_register(struct proto *prot, int alloc_slab) in proto_register() argument 3930 if (alloc_slab) { in proto_register() 3962 if (alloc_slab) in proto_register() 3965 if (alloc_slab) { in proto_register()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 1288 int proto_register(struct proto *prot, int alloc_slab);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 1372 int proto_register(struct proto *prot, int alloc_slab);
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 5398 STAT_ATTR(ALLOC_SLAB, alloc_slab);
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 5918 STAT_ATTR(ALLOC_SLAB, alloc_slab);
|
Completed in 39 milliseconds