Home
last modified time | relevance | path

Searched refs:alloc_from_partial (Results 1 – 3 of 3) 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
504 s->alloc_from_partial, s->free_remove_partial, in slab_stats()
505 s->alloc_from_partial * 100 / total_alloc, in slab_stats()
1281 slab->alloc_from_partial = get_obj("alloc_from_partial"); in read_slab_dir()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-kernel-slab53 What: /sys/kernel/slab/cache/alloc_from_partial
59 The alloc_from_partial file shows how many times a cpu slab has
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c5384 STAT_ATTR(ALLOC_FROM_PARTIAL, alloc_from_partial);