Home
last modified time | relevance | path

Searched refs:alloc_slab (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c40 unsigned long alloc_from_partial, alloc_slab, free_slab, alloc_refill; member
474 if (!s->alloc_slab) in slab_stats()
495 s->alloc_slab, s->free_slab, in slab_stats()
496 s->alloc_slab * 100 / total_alloc, in slab_stats()
1282 slab->alloc_slab = get_obj("alloc_slab"); in read_slab_dir()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-kernel-slab76 What: /sys/kernel/slab/cache/alloc_slab
82 The alloc_slab file is shows how many times a new slab had to
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c3482 int proto_register(struct proto *prot, int alloc_slab) in proto_register() argument
3486 if (alloc_slab) { in proto_register()
3532 if (alloc_slab && prot->twsk_prot) in proto_register()
3535 if (alloc_slab) { in proto_register()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h1286 int proto_register(struct proto *prot, int alloc_slab);
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c5385 STAT_ATTR(ALLOC_SLAB, alloc_slab);