Lines Matching defs:limit
525 uint64_t limit;
527 r = sd_bus_message_read(message, "t", &limit);
532 c->memory_limit = limit;
535 if (limit == (uint64_t) -1)
538 unit_write_drop_in_private_format(u, mode, name, "MemoryLimit=%" PRIu64, limit);
672 uint64_t limit;
674 r = sd_bus_message_read(message, "t", &limit);
679 c->tasks_max = limit;
682 if (limit == (uint64_t) -1)
685 unit_write_drop_in_private_format(u, mode, name, "TasksMax=%" PRIu64, limit);