Searched defs:max_mapped (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c1482 uint64_t max_mapped = PAGE_ALIGN(MEMFD_CACHE_ITEM_SIZE_MAX); local
1506 if (mapped > max_mapped) {
1507 assert_se(memfd_set_size(fd, max_mapped) >= 0);
1508 assert_se(munmap((uint8_t*) address + max_mapped, PAGE_ALIGN(mapped - max_mapped)) >= 0);
1509 c->mapped = c->allocated = max_mapped;

Completed in 959 milliseconds