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

/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.h55 #define KDBUS_POOL_SIZE (16*1024*1024) macro
H A Dbus-kernel.c961 hello->pool_size = KDBUS_POOL_SIZE;
1005 b->kdbus_buffer = mmap(NULL, KDBUS_POOL_SIZE, PROT_READ, MAP_SHARED, b->input_fd, 0);
H A Dsd-bus.c134 munmap(b->kdbus_buffer, KDBUS_POOL_SIZE);
/systemd/src/core/
H A Dbus-policy.c152 hello->pool_size = KDBUS_POOL_SIZE;

Completed in 39 milliseconds