Searched refs:dec (Results 1 – 3 of 3) sorted by relevance
217 int dec = atomic_dec_if_positive(&iter->ucount[type]); in dec_ucount() local218 WARN_ON_ONCE(dec < 0); in dec_ucount()
3933 bool dec = false; in unaccount_event() local3939 dec = true; in unaccount_event()3949 dec = true; in unaccount_event()3953 dec = true; in unaccount_event()3955 dec = true; in unaccount_event()3957 if (dec) { in unaccount_event()
141 static inline void update_load_sub(struct load_weight *lw, unsigned long dec) in update_load_sub() argument143 lw->weight -= dec; in update_load_sub()