Home
last modified time | relevance | path

Searched refs:n_tries (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Ddynamic-user.c207 unsigned n_tries = 100, current_suggested = 0; in pick_uid() local
218 if (--n_tries <= 0) /* Give up retrying eventually */ in pick_uid()
/systemd-251/src/shared/
Dmount-util.c173 unsigned n_tries = 0; in bind_remount_recursive_with_mountinfo() local
230 if (n_tries++ >= 32) /* Let's not retry this loop forever */ in bind_remount_recursive_with_mountinfo()
/systemd-251/src/home/
Dhomed-manager.c570 unsigned n_tries = 100; in manager_acquire_uid() local
582 if (--n_tries <= 0) in manager_acquire_uid()
/systemd-251/src/nspawn/
Dnspawn.c4044 unsigned n_tries = 100; in uid_shift_pick() local
4061 if (--n_tries <= 0) in uid_shift_pick()