property_get_ulong_as_u64  157 src/core/dbus-cgroup.c         SD_BUS_PROPERTY("CPUShares", "t", property_get_ulong_as_u64, offsetof(CGroupContext, cpu_shares), 0),
property_get_ulong_as_u64  158 src/core/dbus-cgroup.c         SD_BUS_PROPERTY("StartupCPUShares", "t", property_get_ulong_as_u64, offsetof(CGroupContext, startup_cpu_shares), 0),
property_get_ulong_as_u64  161 src/core/dbus-cgroup.c         SD_BUS_PROPERTY("BlockIOWeight", "t", property_get_ulong_as_u64, offsetof(CGroupContext, blockio_weight), 0),
property_get_ulong_as_u64  162 src/core/dbus-cgroup.c         SD_BUS_PROPERTY("StartupBlockIOWeight", "t", property_get_ulong_as_u64, offsetof(CGroupContext, startup_blockio_weight), 0),