Searched refs:nr_runnable (Results 1 – 2 of 2) sorted by relevance
41 u32 nr_runnable; member
429 * cgroups, ->nr_runnable which is updated with __sync operations gates in update_active_weight_sums() 434 if (__sync_fetch_and_add(&cgc->nr_runnable, 1)) in update_active_weight_sums() 438 if (__sync_sub_and_fetch(&cgc->nr_runnable, 1)) in update_active_weight_sums()