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

/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c1473 static void close_and_munmap(int fd, void *address, size_t size) { function
1488 close_and_munmap(fd, address, mapped);
1497 close_and_munmap(fd, address, mapped);
1524 close_and_munmap(b->memfd_cache[i].fd, b->memfd_cache[i].address, b->memfd_cache[i].mapped);

Completed in 12 milliseconds