Searched refs:hlen (Results 1 – 2 of 2) sorted by relevance
/mm/ |
D | zswap.c | 1009 unsigned int hlen, dlen = PAGE_SIZE; in zswap_frontswap_store() local 1089 hlen = zpool_evictable(entry->pool->zpool) ? sizeof(zhdr) : 0; in zswap_frontswap_store() 1093 ret = zpool_malloc(entry->pool->zpool, hlen + dlen, gfp, &handle); in zswap_frontswap_store() 1103 memcpy(buf, &zhdr, hlen); in zswap_frontswap_store() 1104 memcpy(buf + hlen, dst, dlen); in zswap_frontswap_store()
|
D | memory.c | 3592 pgoff_t hlen = ((pgoff_t)(holelen) + PAGE_SIZE - 1) >> PAGE_SHIFT; in unmap_mapping_range() local 3595 if (sizeof(holelen) > sizeof(hlen)) { in unmap_mapping_range() 3599 hlen = ULONG_MAX - hba + 1; in unmap_mapping_range() 3602 unmap_mapping_pages(mapping, hba, hlen, even_cows); in unmap_mapping_range()
|