Home
last modified time | relevance | path

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

/mm/
Dzswap.c881 unsigned int dlen; in zswap_writeback_entry() local
919 dlen = PAGE_SIZE; in zswap_writeback_entry()
924 dst, &dlen); in zswap_writeback_entry()
928 BUG_ON(dlen != PAGE_SIZE); in zswap_writeback_entry()
1009 unsigned int hlen, dlen = PAGE_SIZE; in zswap_frontswap_store() local
1080 ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen); in zswap_frontswap_store()
1093 ret = zpool_malloc(entry->pool->zpool, hlen + dlen, gfp, &handle); in zswap_frontswap_store()
1104 memcpy(buf + hlen, dst, dlen); in zswap_frontswap_store()
1111 entry->length = dlen; in zswap_frontswap_store()
1153 unsigned int dlen; in zswap_frontswap_load() local
[all …]