Home
last modified time | relevance | path

Searched refs:user_record_rebalance_weight (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Duser-record.h408 uint64_t user_record_rebalance_weight(UserRecord *h);
Duser-record-show.c467 rb = user_record_rebalance_weight(hr); in user_record_show()
Duser-record.c1975 uint64_t user_record_rebalance_weight(UserRecord *h) { in user_record_rebalance_weight() function
/systemd-251/src/home/
Dhomed-manager.c1810 … r = CMP(user_record_rebalance_weight((*a)->record), user_record_rebalance_weight((*b)->record)); in home_cmp()
1870 h->rebalance_weight = user_record_rebalance_weight(h->record); in manager_rebalance_calculate()
Duser-record-util.c1391 if (user_record_rebalance_weight(h) == REBALANCE_WEIGHT_OFF) in user_record_shall_rebalance()