Searched refs:memfd_cache (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.h57 struct memfd_cache { struct
H A Dbus-internal.h284 struct memfd_cache memfd_cache[MEMFD_CACHE_MAX]; member in struct:sd_bus
H A Dbus-kernel.c1431 struct memfd_cache *c;
1458 c = &bus->memfd_cache[--bus->n_memfd_cache];
1481 struct memfd_cache *c;
1494 if (bus->n_memfd_cache >= ELEMENTSOF(bus->memfd_cache)) {
1501 c = &bus->memfd_cache[bus->n_memfd_cache++];
1524 close_and_munmap(b->memfd_cache[i].fd, b->memfd_cache[i].address, b->memfd_cache[i].mapped);

Completed in 2001 milliseconds