Searched refs:memory_limit (Results 1 - 5 of 5) sorted by relevance
/systemd/src/core/ |
H A D | cgroup.h | 84 uint64_t memory_limit; member in struct:CGroupContext
|
H A D | cgroup.c | 48 c->memory_limit = (uint64_t) -1; 130 prefix, c->memory_limit, 397 if (c->memory_limit != (uint64_t) -1) { 400 sprintf(buf, "%" PRIu64 "\n", c->memory_limit); 517 c->memory_limit != (uint64_t) -1)
|
H A D | dbus-cgroup.c | 151 SD_BUS_PROPERTY("MemoryLimit", "t", NULL, offsetof(CGroupContext, memory_limit), 0), 532 c->memory_limit = limit;
|
H A D | load-fragment.c | 2888 c->memory_limit = (uint64_t) -1; 2898 c->memory_limit = bytes;
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 3400 uint64_t memory_limit; member in struct:UnitStatusInfo 3680 if (i->memory_limit != (uint64_t) -1) 3681 printf(" (limit: %s)\n", format_bytes(buf, sizeof(buf), i->memory_limit)); 3911 i->memory_limit = u; 4390 .memory_limit = (uint64_t) -1,
|
Completed in 2050 milliseconds