Home
last modified time | relevance | path

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

/systemd-251/src/oom/
Doomd-util.h132 void oomd_update_cgroup_contexts_between_hashmaps(Hashmap *old_h, Hashmap *curr_h);
Dtest-oomd-util.c234 oomd_update_cgroup_contexts_between_hashmaps(h_old, h_new); in test_oomd_update_cgroup_contexts_between_hashmaps()
Doomd-util.c528 void oomd_update_cgroup_contexts_between_hashmaps(Hashmap *old_h, Hashmap *curr_h) { in oomd_update_cgroup_contexts_between_hashmaps() function
Doomd-manager.c309 oomd_update_cgroup_contexts_between_hashmaps(*candidates, new_candidates); in update_monitored_cgroup_contexts_candidates()