Lines Matching refs:of
9 any object of size PAGE_SIZE/2 or larger would occupy an entire page.
10 This was one of the major issues with its predecessor (xvmalloc).
12 To overcome these issues, zsmalloc allocates a bunch of 0-order pages
18 For simplicity, zsmalloc can only allocate objects of size up to PAGE_SIZE
19 since this satisfies the requirements of all its current users (in the
26 location of the allocated object. The reason for this indirection is that
37 /sys/kernel/debug/zsmalloc/<user name>. Here is a sample of stat output:
54 almost_empty: the number of ZS_ALMOST_EMPTY zspages(see below)
55 almost_full: the number of ZS_ALMOST_FULL zspages(see below)
56 obj_allocated: the number of objects allocated
57 obj_used: the number of objects allocated to the user
58 pages_used: the number of pages allocated for the class
59 pages_per_zspage: the number of 0-order pages to make a zspage
63 n = number of allocated objects
64 N = total number of objects zspage can store