Searched refs:zbpg (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/zcache/
H A Dzcache-main.c124 * A zbud page ("zbpg") is an aligned page containing a list_head,
127 * the compressed data for zero, one, or two zbuds. Each zbpg
131 * the one unbuddied zbud uses. The data inside a zbpg cannot be
132 * read or written unless the zbpg's lock is held.
214 struct zbud_page *zbpg = NULL; local
219 if (offset == offsetof(typeof(*zbpg), buddy[i])) {
229 struct zbud_page *zbpg; local
236 zbpg = container_of(zh, struct zbud_page, buddy[budnum]);
237 ASSERT_SPINLOCK(&zbpg->lock);
238 p = (char *)zbpg;
253 struct zbud_page *zbpg = NULL; local
291 zbud_free_raw_page(struct zbud_page *zbpg) argument
333 struct zbud_page *zbpg = local
371 struct zbud_page *zbpg = NULL, *ztmp; local
442 struct zbud_page *zbpg; local
487 zbud_evict_zbpg(struct zbud_page *zbpg) argument
532 struct zbud_page *zbpg; local
[all...]
/drivers/staging/ramster/
H A Dzcache-main.c153 * A zbud page ("zbpg") is an aligned page containing a list_head,
156 * the compressed data for zero, one, or two zbuds. Each zbpg
160 * the one unbuddied zbud uses. The data inside a zbpg cannot be
161 * read or written unless the zbpg's lock is held.
252 struct zbud_page *zbpg = NULL; local
257 if (offset == offsetof(typeof(*zbpg), buddy[i])) {
267 struct zbud_page *zbpg; local
274 zbpg = container_of(zh, struct zbud_page, buddy[budnum]);
275 ASSERT_SPINLOCK(&zbpg->lock);
276 p = (char *)zbpg;
287 struct zbud_page *zbpg; local
314 struct zbud_page *zbpg = NULL; local
331 zbud_free_raw_page(struct zbud_page *zbpg) argument
371 struct zbud_page *zbpg = local
413 struct zbud_page *zbpg = NULL, *ztmp; local
483 struct zbud_page *zbpg; local
527 zbud_evict_zbpg(struct zbud_page *zbpg) argument
570 struct zbud_page *zbpg; local
657 zbud_remotify_zbpg(struct zbud_page *zbpg) argument
715 struct zbud_page *zbpg; local
[all...]

Completed in 13 milliseconds