Searched refs:RLIMIT_RTTIME (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/test/ |
D | test-load-fragment.c | 732 …assert_se(config_parse_rlimit(NULL, "fake", 1, "section", 1, "LimitRTTIME", RLIMIT_RTTIME, "58", r… in TEST() 733 assert_se(rl[RLIMIT_RTTIME]); in TEST() 734 assert_se(rl[RLIMIT_RTTIME]->rlim_cur == 58); in TEST() 735 assert_se(rl[RLIMIT_RTTIME]->rlim_cur == rl[RLIMIT_RTTIME]->rlim_max); in TEST() 737 …assert_se(config_parse_rlimit(NULL, "fake", 1, "section", 1, "LimitRTTIME", RLIMIT_RTTIME, "58:60"… in TEST() 738 assert_se(rl[RLIMIT_RTTIME]); in TEST() 739 assert_se(rl[RLIMIT_RTTIME]->rlim_cur == 58); in TEST() 740 assert_se(rl[RLIMIT_RTTIME]->rlim_max == 60); in TEST() 742 …assert_se(config_parse_rlimit(NULL, "fake", 1, "section", 1, "LimitRTTIME", RLIMIT_RTTIME, "59s", … in TEST() 743 assert_se(rl[RLIMIT_RTTIME]); in TEST() [all …]
|
/systemd-251/src/basic/ |
D | missing_resource.h | 6 #ifndef RLIMIT_RTTIME 7 #define RLIMIT_RTTIME 15 macro 11 #define _RLIMIT_MAX (RLIMIT_RTTIME+1 > RLIMIT_NLIMITS ? RLIMIT_RTTIME+1 : RLIMIT_NLIMITS)
|
D | rlimit-util.c | 244 [RLIMIT_RTTIME] = rlimit_parse_usec, 338 [RLIMIT_RTTIME] = "RTTIME",
|
/systemd-251/src/nspawn/ |
D | nspawn-gperf.gperf | 54 Exec.LimitRTTIME, config_parse_rlimit, RLIMIT_RTTIME, offsetof(Setti…
|
D | nspawn.c | 5335 [RLIMIT_RTTIME] = { RLIM_INFINITY, RLIM_INFINITY }, in initialize_rlimits()
|
/systemd-251/src/core/ |
D | dbus-manager.c | 2834 …tLimitRTTIME", "t", bus_property_get_rlimit, offsetof(Manager, rlimit[RLIMIT_RTTIME]), SD_BUS_VTAB… 2835 …itRTTIMESoft", "t", bus_property_get_rlimit, offsetof(Manager, rlimit[RLIMIT_RTTIME]), SD_BUS_VTAB…
|
D | load-fragment-gperf.gperf.in | 103 …ME, config_parse_rlimit, RLIMIT_RTTIME, …
|
D | dbus-execute.c | 1178 …itRTTIME", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMIT_RTTIME]), SD_BUS_VTAB… 1179 …TIMESoft", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMIT_RTTIME]), SD_BUS_VTAB…
|
D | main.c | 650 …, "DefaultLimitRTTIME", config_parse_rlimit, RLIMIT_RTTIME, ar… in parse_config_file()
|