Home
last modified time | relevance | path

Searched refs:rlimits (Results 1 – 6 of 6) sorted by relevance

/systemd-251/test/units/
Dtestsuite-05.sh9 cat >$P/rlimits.conf <<EOF
/systemd-251/src/shared/
Duser-record-show.c265 if (hr->rlimits[j]) in user_record_show()
267 … rlimit_to_string(j), (uint64_t) hr->rlimits[j]->rlim_cur, (uint64_t) hr->rlimits[j]->rlim_max); in user_record_show()
Duser-record.h256 struct rlimit *rlimits[_RLIMIT_MAX]; member
Duser-record.c145 rlimit_free_all(h->rlimits); in user_record_free()
1169 …TYPE_INVALID, json_dispatch_rlimits, offsetof(UserRecord, rlimits), … in dispatch_per_machine()
1520 …TYPE_INVALID, json_dispatch_rlimits, offsetof(UserRecord, rlimits), … in user_record_load()
/systemd-251/test/fuzz/fuzz-nspawn-oci/
Dcrash-db0595479ee2e625fa5419a821009b5eb4d809b736 "rlimits": [
/systemd-251/src/login/
Dpam_systemd.c635 if (!ur->rlimits[rl]) in apply_user_record_settings()
638 r = setrlimit_closest(rl, ur->rlimits[rl]); in apply_user_record_settings()