Searched refs:percentage (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/firstboot/ |
D | firstboot.c | 133 static int show_menu(char **x, unsigned n_columns, unsigned width, unsigned percentage) { in show_menu() argument 160 e = ellipsize(x[j * per_column + i], width, percentage); in show_menu() 179 static int prompt_loop(const char *text, char **l, unsigned percentage, bool (*is_valid)(const char… in prompt_loop() argument 201 r = show_menu(l, 3, 22, percentage); in prompt_loop()
|
/systemd-251/.github/workflows/ |
D | cifuzz.yml | 41 allowed-broken-targets-percentage: 0
|
/systemd-251/ |
D | TODO | 1045 * add a percentage syntax for TimeoutStopSec=, e.g. TimeoutStopSec=150%, and 1049 * enable LockMLOCK to take a percentage value relative to physical memory
|
D | NEWS | 5397 * Most configuration options that previously accepted percentage values 7904 * MemoryLimit= and related unit settings now optionally take percentage 7905 specifications. The percentage is taken relative to the amount of 7909 RuntimeDirectorySize= option now also optionally takes percentage 7912 * In similar fashion TasksMax= takes percentage values now, too. The 11041 which takes a percentage value. Setting this will have the 11043 specified percentage, even if the machine is otherwise idle. 12568 percentage and absolute mode. This is useful to determine
|