memfd_cache 282 src/libsystemd/sd-bus/bus-internal.h struct memfd_cache memfd_cache[MEMFD_CACHE_MAX]; memfd_cache 1108 src/libsystemd/sd-bus/bus-kernel.c struct memfd_cache *c; memfd_cache 1142 src/libsystemd/sd-bus/bus-kernel.c c = &bus->memfd_cache[--bus->n_memfd_cache]; memfd_cache 1165 src/libsystemd/sd-bus/bus-kernel.c struct memfd_cache *c; memfd_cache 1178 src/libsystemd/sd-bus/bus-kernel.c if (bus->n_memfd_cache >= ELEMENTSOF(bus->memfd_cache)) { memfd_cache 1185 src/libsystemd/sd-bus/bus-kernel.c c = &bus->memfd_cache[bus->n_memfd_cache++]; memfd_cache 1208 src/libsystemd/sd-bus/bus-kernel.c close_and_munmap(b->memfd_cache[i].fd, b->memfd_cache[i].address, b->memfd_cache[i].mapped);