Lines Matching full:objects
19 For simplicity, zsmalloc can only allocate objects of size up to PAGE_SIZE
78 the number of objects allocated
80 the number of objects allocated to the user
89 objects stored in the zspage. The inuse counter determines the zspage's
90 "fullness group" which is calculated as the ratio of the "inuse" objects to
91 the total number of objects the zspage can hold (objs_per_zspage). The
104 of objects that each zspage can store.
117 #100 instead of size class #96. Size class #100 is meant for objects of size
121 hold a total of 5 objects. If we need to store 13 objects of size 1568, we
125 objects of size 1568 bytes) and trace `calculate_zspage_chain_size()`, we
137 objects of size 1568 in a single zspage, using a total of 5 physical pages.
139 physical pages to store the same number of objects.
142 such as pages per-zspage and objects per-zspage also change. This leads to
155 Size class #202 stores objects of size 3264 bytes and has a maximum of 4 pages
157 to size class #254, which stores each object in its own physical page (objects
162 efficient storage of large objects.
262 objects and release zspages. In these cases, it is recommended to decrease