Searched refs:dec (Results 1 – 3 of 3) sorted by relevance
216 int dec = atomic_dec_if_positive(&iter->ucount[type]); in dec_ucount() local217 WARN_ON_ONCE(dec < 0); in dec_ucount()
4400 bool dec = false; in unaccount_event() local4406 dec = true; in unaccount_event()4418 dec = true; in unaccount_event()4422 dec = true; in unaccount_event()4424 dec = true; in unaccount_event()4430 if (dec) { in unaccount_event()
127 static inline void update_load_sub(struct load_weight *lw, unsigned long dec) in update_load_sub() argument129 lw->weight -= dec; in update_load_sub()